Ruby
3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
ext
win32ole
win32ole_method.h
Go to the documentation of this file.
1
#ifndef WIN32OLE_METHOD_H
2
#define WIN32OLE_METHOD_H 1
3
4
struct
olemethoddata
{
5
ITypeInfo *
pOwnerTypeInfo
;
6
ITypeInfo *
pTypeInfo
;
7
UINT
index
;
8
};
9
10
extern
VALUE
cWIN32OLE_METHOD
;
11
VALUE
folemethod_s_allocate
(
VALUE
klass);
12
VALUE
ole_methods_from_typeinfo
(ITypeInfo *pTypeInfo,
int
mask
);
13
VALUE
create_win32ole_method
(ITypeInfo *pTypeInfo,
VALUE
name
);
14
struct
olemethoddata
*
olemethod_data_get_struct
(
VALUE
obj);
15
void
Init_win32ole_method
(
void
);
16
#endif
create_win32ole_method
VALUE create_win32ole_method(ITypeInfo *pTypeInfo, VALUE name)
Definition:
win32ole_method.c:210
olemethoddata::pOwnerTypeInfo
ITypeInfo * pOwnerTypeInfo
Definition:
win32ole_method.h:5
olemethoddata::index
UINT index
Definition:
win32ole_method.h:7
mask
enum @12::@14::@15 mask
Init_win32ole_method
void Init_win32ole_method(void)
Definition:
win32ole_method.c:928
olemethod_data_get_struct
struct olemethoddata * olemethod_data_get_struct(VALUE obj)
Definition:
win32ole_method.c:67
olemethoddata::pTypeInfo
ITypeInfo * pTypeInfo
Definition:
win32ole_method.h:6
cWIN32OLE_METHOD
VALUE cWIN32OLE_METHOD
Definition:
win32ole_method.c:926
VALUE
unsigned long VALUE
Definition:
value.h:38
olemethoddata
Definition:
win32ole_method.h:4
ole_methods_from_typeinfo
VALUE ole_methods_from_typeinfo(ITypeInfo *pTypeInfo, int mask)
Definition:
win32ole_method.c:112
folemethod_s_allocate
VALUE folemethod_s_allocate(VALUE klass)
Definition:
win32ole_method.c:239
name
const char * name
Definition:
nkf.c:208
Generated by
1.8.17