Ruby
2.5.0dev(2017-10-22revision60238)
|
#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.
void Init_win32ole_param | ( | void | ) |
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().