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

Go to the source code of this file.

Data Structures

struct  oletypedata
 

Functions

ITypeInfo * itypeinfo (VALUE self)
 
VALUE ole_type_from_itypeinfo (ITypeInfo *pTypeInfo)
 
VALUE create_win32ole_type (ITypeInfo *pTypeInfo, VALUE name)
 
void Init_win32ole_type (void)
 

Function Documentation

◆ create_win32ole_type()

VALUE create_win32ole_type ( ITypeInfo *  pTypeInfo,
VALUE  name 
)

Definition at line 207 of file win32ole_type.c.

References obj.

Referenced by ole_type_from_itypeinfo().

◆ Init_win32ole_type()

void Init_win32ole_type ( void  )

◆ itypeinfo()

ITypeInfo* itypeinfo ( VALUE  self)

Definition at line 76 of file win32ole_type.c.

References TypedData_Get_Struct.

◆ ole_type_from_itypeinfo()

VALUE ole_type_from_itypeinfo ( ITypeInfo *  pTypeInfo)