Ruby
2.4.2p198(2017-09-14revision59899)
|
Go to the source code of this file.
Functions | |
VALUE | create_win32ole_variable (ITypeInfo *pTypeInfo, UINT index, VALUE name) |
void | Init_win32ole_variable (void) |
Variables | |
VALUE | cWIN32OLE_VARIABLE |
Definition at line 52 of file win32ole_variable.c.
References cWIN32OLE_VARIABLE, olevariabledata::index, name, OLE_ADDREF, olevariabledata::pTypeInfo, rb_intern, rb_ivar_set(), and TypedData_Make_Struct.
Referenced by ole_variables().
void Init_win32ole_variable | ( | void | ) |
Definition at line 368 of file win32ole_variable.c.
References cWIN32OLE_VARIABLE, folevariable_inspect(), folevariable_name(), folevariable_ole_type(), folevariable_ole_type_detail(), folevariable_value(), folevariable_variable_kind(), folevariable_varkind(), folevariable_visible(), rb_cObject, rb_define_alias(), rb_define_class(), and rb_define_method().
Referenced by Init_win32ole().
VALUE cWIN32OLE_VARIABLE |
Definition at line 4 of file win32ole_variable.h.
Referenced by create_win32ole_variable(), and Init_win32ole_variable().