Ruby
2.5.0dev(2017-10-22revision60238)
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
$
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
+
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
y
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
ext
win32ole
win32ole_type.h
Go to the documentation of this file.
1
#ifndef WIN32OLE_TYPE_H
2
#define WIN32OLE_TYPE_H 1
3
VALUE
cWIN32OLE_TYPE
;
4
VALUE
create_win32ole_type
(ITypeInfo *
pTypeInfo
,
VALUE
name
);
5
ITypeInfo *
itypeinfo
(
VALUE
self
);
6
VALUE
ole_type_from_itypeinfo
(ITypeInfo *
pTypeInfo
);
7
void
Init_win32ole_type
(
void
);
8
#endif
cWIN32OLE_TYPE
VALUE cWIN32OLE_TYPE
Definition:
win32ole_type.h:3
create_win32ole_type
VALUE create_win32ole_type(ITypeInfo *pTypeInfo, VALUE name)
Definition:
win32ole_type.c:207
itypeinfo
ITypeInfo * itypeinfo(VALUE self)
Definition:
win32ole_type.c:76
VALUE
unsigned long VALUE
Definition:
ruby.h:85
ole_type_from_itypeinfo
VALUE ole_type_from_itypeinfo(ITypeInfo *pTypeInfo)
Definition:
win32ole_type.c:84
oletypedata::pTypeInfo
ITypeInfo * pTypeInfo
Definition:
win32ole_type.c:4
Init_win32ole_type
void Init_win32ole_type(void)
Definition:
win32ole_type.c:886
name
const char * name
Definition:
nkf.c:208
Generated by
1.8.13