Ruby  3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
Functions | Variables
win32ole_type.h File Reference

(b76ad15ed0da636161de0243c547ee1e6fc95681)

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Variables

VALUE cWIN32OLE_TYPE
 

Function Documentation

◆ create_win32ole_type()

VALUE create_win32ole_type ( ITypeInfo *  pTypeInfo,
VALUE  name 
)

Definition at line 207 of file win32ole_type.c.

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)

Variable Documentation

◆ cWIN32OLE_TYPE

VALUE cWIN32OLE_TYPE

Definition at line 886 of file win32ole_type.c.

Referenced by Init_win32ole_type().