Ruby  3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
Functions | Variables
win32ole_variable.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_variable (ITypeInfo *pTypeInfo, UINT index, VALUE name)
 
void Init_win32ole_variable (void)
 

Variables

VALUE cWIN32OLE_VARIABLE
 

Function Documentation

◆ create_win32ole_variable()

VALUE create_win32ole_variable ( ITypeInfo *  pTypeInfo,
UINT  index,
VALUE  name 
)

Definition at line 52 of file win32ole_variable.c.

References cWIN32OLE_VARIABLE, and TypedData_Make_Struct.

◆ Init_win32ole_variable()

void Init_win32ole_variable ( void  )

Variable Documentation

◆ cWIN32OLE_VARIABLE

VALUE cWIN32OLE_VARIABLE

Definition at line 368 of file win32ole_variable.c.

Referenced by create_win32ole_variable(), and Init_win32ole_variable().