Ruby  2.5.0dev(2017-10-22revision60238)
Data Structures | Functions | Variables
win32ole_param.c File Reference
#include "win32ole.h"

Go to the source code of this file.

Data Structures

struct  oleparamdata
 

Functions

VALUE create_win32ole_param (ITypeInfo *pTypeInfo, UINT method_index, UINT index, VALUE name)
 
void Init_win32ole_param (void)
 

Variables

VALUE cWIN32OLE_PARAM
 

Function Documentation

◆ create_win32ole_param()

VALUE create_win32ole_param ( ITypeInfo *  pTypeInfo,
UINT  method_index,
UINT  index,
VALUE  name 
)

Definition at line 52 of file win32ole_param.c.

◆ Init_win32ole_param()

void Init_win32ole_param ( void  )

Variable Documentation

◆ cWIN32OLE_PARAM

VALUE cWIN32OLE_PARAM

Definition at line 3 of file win32ole_param.c.

Referenced by Init_win32ole_param().