Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
#include "win32ole.h"
Go to the source code of this file.
Data Structures | |
struct | oleparamdata |
Functions | |
VALUE | create_win32ole_param (ITypeInfo *pTypeInfo, UINT method_index, UINT index, VALUE name) |
void | Init_win32ole_param (void) |
Variables | |
VALUE | cWIN32OLE_PARAM |
Definition at line 52 of file win32ole_param.c.
References obj.
Definition at line 423 of file win32ole_param.c.
References cWIN32OLE_PARAM, rb_cObject, rb_define_alloc_func(), and rb_define_class().
VALUE cWIN32OLE_PARAM |
Definition at line 3 of file win32ole_param.c.
Referenced by Init_win32ole_param().