Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
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 
)

◆ 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 create_win32ole_param(), and Init_win32ole_param().