Sha256: 84a57b0ca03e535c24b115bf5afa90c4642f18dd92216da176c8028fcc47c16e

Contents?: true

Size: 450 Bytes

Versions: 2

Compression:

Stored size: 450 Bytes

Contents

#ifndef WIN32OLE_METHOD_H
#define WIN32OLE_METHOD_H 1

struct olemethoddata {
    ITypeInfo *pOwnerTypeInfo;
    ITypeInfo *pTypeInfo;
    UINT index;
};

VALUE cWIN32OLE_METHOD;
VALUE folemethod_s_allocate(VALUE klass);
VALUE ole_methods_from_typeinfo(ITypeInfo *pTypeInfo, int mask);
VALUE create_win32ole_method(ITypeInfo *pTypeInfo, VALUE name);
struct olemethoddata *olemethod_data_get_struct(VALUE obj);
void Init_win32ole_method(void);
#endif

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
win32ole-1.8.8 ext/win32ole/win32ole_method.h
ruby-compiler-0.1.1 vendor/ruby/ext/win32ole/win32ole_method.h