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

Go to the source code of this file.

Data Structures

struct  olevariabledata
 

Functions

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

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

◆ Init_win32ole_variable()

void Init_win32ole_variable ( void  )