Ruby  2.5.0dev(2017-10-22revision60238)
Data Structures | Functions | Variables
win32ole_method.h File Reference

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 olemethoddataolemethod_data_get_struct (VALUE obj)
 
void Init_win32ole_method (void)
 

Variables

VALUE cWIN32OLE_METHOD
 

Function Documentation

◆ create_win32ole_method()

VALUE create_win32ole_method ( ITypeInfo *  pTypeInfo,
VALUE  name 
)

Definition at line 210 of file win32ole_method.c.

References cWIN32OLE_METHOD, and folemethod_s_allocate().

◆ folemethod_s_allocate()

VALUE folemethod_s_allocate ( VALUE  klass)

◆ Init_win32ole_method()

void Init_win32ole_method ( void  )

◆ ole_methods_from_typeinfo()

VALUE ole_methods_from_typeinfo ( ITypeInfo *  pTypeInfo,
int  mask 
)

◆ olemethod_data_get_struct()

struct olemethoddata* olemethod_data_get_struct ( VALUE  obj)

Definition at line 67 of file win32ole_method.c.

References TypedData_Get_Struct.

Variable Documentation

◆ cWIN32OLE_METHOD

VALUE cWIN32OLE_METHOD

Definition at line 10 of file win32ole_method.h.

Referenced by create_win32ole_method(), and Init_win32ole_method().