Ruby
2.4.2p198(2017-09-14revision59899)
|
Go to the source code of this file.
Data Structures | |
struct | olemethoddata |
Functions | |
VALUE | folemethod_s_allocate (VALUE klass) |
VALUE | ole_methods_from_typeinfo (ITypeInfo *pTypeInfo, int mask) |
VALUE | create_win32ole_method (ITypeInfo *pTypeInfo, VALUE name) |
struct olemethoddata * | olemethod_data_get_struct (VALUE obj) |
void | Init_win32ole_method (void) |
Variables | |
VALUE | cWIN32OLE_METHOD |
Definition at line 210 of file win32ole_method.c.
References cWIN32OLE_METHOD, folemethod_s_allocate(), and olemethod_from_typeinfo().
Referenced by fole_method_help().
Definition at line 239 of file win32ole_method.c.
References olemethoddata::index, NULL, olemethoddata::pOwnerTypeInfo, olemethoddata::pTypeInfo, and TypedData_Make_Struct.
Referenced by create_win32ole_method(), Init_win32ole_method(), and ole_methods_sub().
void Init_win32ole_method | ( | void | ) |
Definition at line 926 of file win32ole_method.c.
References cWIN32OLE_METHOD, folemethod_dispid(), folemethod_event(), folemethod_event_interface(), folemethod_helpcontext(), folemethod_helpfile(), folemethod_helpstring(), folemethod_initialize(), folemethod_inspect(), folemethod_invkind(), folemethod_invoke_kind(), folemethod_name(), folemethod_offset_vtbl(), folemethod_params(), folemethod_return_type(), folemethod_return_type_detail(), folemethod_return_vtype(), folemethod_s_allocate(), folemethod_size_opt_params(), folemethod_size_params(), folemethod_visible(), rb_cObject, rb_define_alias(), rb_define_alloc_func(), rb_define_class(), and rb_define_method().
Referenced by Init_win32ole().
VALUE ole_methods_from_typeinfo | ( | ITypeInfo * | pTypeInfo, |
int | mask | ||
) |
Definition at line 112 of file win32ole_method.c.
References eWIN32OLERuntimeError, HRESULT(), OLE_GET_TYPEATTR, ole_methods_sub(), ole_raise(), OLE_RELEASE, OLE_RELEASE_TYPEATTR, and rb_ary_new().
Referenced by foletype_methods(), and ole_methods().
struct olemethoddata* olemethod_data_get_struct | ( | VALUE | obj | ) |
Definition at line 67 of file win32ole_method.c.
References TypedData_Get_Struct.
Referenced by oleparam_ole_param().
VALUE cWIN32OLE_METHOD |
Definition at line 10 of file win32ole_method.h.
Referenced by create_win32ole_method(), fole_s_show_help(), foleparam_initialize(), Init_win32ole_method(), and ole_methods_sub().