Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#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 cWIN32OLE_PARAM, oleparamdata::index, oleparamdata::method_index, name, OLE_ADDREF, oleparamdata::pTypeInfo, rb_intern(), rb_ivar_set(), and TypedData_Get_Struct.
void Init_win32ole_param | ( | void | ) |
Definition at line 423 of file win32ole_param.c.
References cWIN32OLE_PARAM, rb_cObject, rb_define_alias(), rb_define_alloc_func(), rb_define_class(), and rb_define_method.
Referenced by Init_win32ole().
VALUE cWIN32OLE_PARAM |
Definition at line 3 of file win32ole_param.c.
Referenced by create_win32ole_param(), and Init_win32ole_param().