Ruby  2.4.2p198(2017-09-14revision59899)
Functions | Variables
win32ole_type.h File Reference
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 
)

◆ Init_win32ole_type()

void Init_win32ole_type ( void  )

◆ itypeinfo()

ITypeInfo* itypeinfo ( VALUE  self)

◆ ole_type_from_itypeinfo()

VALUE ole_type_from_itypeinfo ( ITypeInfo *  pTypeInfo)

Definition at line 84 of file win32ole_type.c.

References create_win32ole_type(), HRESULT(), NULL, OLE_RELEASE, Qnil, and WC2VSTR.

Referenced by fole_type(), and ole_type_impl_ole_types().

Variable Documentation

◆ cWIN32OLE_TYPE

VALUE cWIN32OLE_TYPE