Sha256: 01c2039be94bbbfc44ced412b56afb628c78c9b48a8ec19acf6cec60efd2a355
Contents?: true
Size: 266 Bytes
Versions: 3
Compression:
Stored size: 266 Bytes
Contents
#ifndef WIN32OLE_TYPE_H #define WIN32OLE_TYPE_H 1 extern VALUE cWIN32OLE_TYPE; VALUE create_win32ole_type(ITypeInfo *pTypeInfo, VALUE name); ITypeInfo *itypeinfo(VALUE self); VALUE ole_type_from_itypeinfo(ITypeInfo *pTypeInfo); void Init_win32ole_type(void); #endif
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
win32ole-1.9.0 | ext/win32ole/win32ole_type.h |
win32ole-1.8.10 | ext/win32ole/win32ole_type.h |
win32ole-1.8.9 | ext/win32ole/win32ole_type.h |