Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
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.

References obj.

◆ 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().