Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Functions
win32ole_method.c File Reference
#include "win32ole.h"

Go to the source code of this file.

Functions

struct olemethoddataolemethod_data_get_struct (VALUE obj)
 
VALUE ole_methods_from_typeinfo (ITypeInfo *pTypeInfo, int mask)
 
VALUE create_win32ole_method (ITypeInfo *pTypeInfo, VALUE name)
 
VALUE folemethod_s_allocate (VALUE klass)
 
void Init_win32ole_method (void)
 

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, folemethod_s_allocate(), and obj.

◆ folemethod_s_allocate()

VALUE folemethod_s_allocate ( VALUE  klass)

Definition at line 239 of file win32ole_method.c.

References klass, obj, and TypedData_Make_Struct.

Referenced by create_win32ole_method(), and Init_win32ole_method().

◆ 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 obj, and TypedData_Get_Struct.