Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
win32ole_variable.h
Go to the documentation of this file.
1#ifndef WIN32OLE_VARIABLE_H
2#define WIN32OLE_VARIABLE_H 1
3
5VALUE create_win32ole_variable(ITypeInfo *pTypeInfo, UINT index, VALUE name);
7
8#endif
const char * name
Definition: nkf.c:208
unsigned long VALUE
Definition: ruby.h:102
void Init_win32ole_variable(void)
VALUE create_win32ole_variable(ITypeInfo *pTypeInfo, UINT index, VALUE name)
VALUE cWIN32OLE_VARIABLE