Ruby
3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
|
#include "win32ole.h"
Go to the source code of this file.
Data Structures | |
struct | oleparam |
struct | _Win32OLEIDispatch |
struct | myCPINFOEX |
Macros | |
#define | WIN32OLE_VERSION "1.8.8" |
#define | g_ole_initialized (TlsGetValue(g_ole_initialized_key)!=0) |
#define | g_ole_initialized_init() (g_ole_initialized_key = TlsAlloc()) |
#define | g_ole_initialized_set(val) TlsSetValue(g_ole_initialized_key, (void*)(val)) |
#define | pIMultiLanguage NULL /* dummy */ |
#define | ENC_MACHING_CP(enc, encname, cp) if(strcasecmp(rb_enc_name((enc)),(encname)) == 0) return cp |
#define | load_conv_function51932() failed_load_conv51932() |
#define | need_conv_function51932() (failed_load_conv51932(), 0) |
#define | conv_51932(cp) ((cp) == 51932 && need_conv_function51932()) |
#define | ole_wc2mb_conv(pw, pm, size) WideCharToMultiByte(cWIN32OLE_cp, 0, (pw), -1, (pm), (size), NULL, NULL) |
Typedefs | |
typedef IUnknown | DWORD |
typedef IUnknown COSERVERINFO MULTI_QI *typedef | HWND(WINAPI FNHTMLHELP) (HWND hwndCaller |
typedef IUnknown COSERVERINFO MULTI_QI *typedef LPCSTR | pszFile |
typedef IUnknown COSERVERINFO MULTI_QI *typedef LPCSTR UINT | uCommand |
typedef IUnknown COSERVERINFO MULTI_QI *typedef LPCSTR UINT DWORD | dwData |
typedef BOOL() | FNENUMSYSEMCODEPAGES(CODEPAGE_ENUMPROC, DWORD) |
typedef struct _Win32OLEIDispatch | Win32OLEIDispatch |
Functions | |
typedef | HRESULT (STDAPICALLTYPE FNCOCREATEINSTANCEEX)(REFCLSID |
NORETURN (static void failed_load_conv51932(void)) | |
free (psz) | |
if ((ID)(DISPID) nameid !=nameid) | |
BOOL | ole_initialized (void) |
char * | ole_wc2mb (LPWSTR pw) |
void | ole_uninitialize (void) |
void | ole_initialize (void) |
struct oledata * | oledata_get_struct (VALUE ole) |
LPWSTR | ole_vstr2wc (VALUE vstr) |
VALUE | ole_wc2vstr (LPWSTR pw, BOOL isfree) |
void | ole_val2variant_ex (VALUE val, VARIANT *var, VARTYPE vt) |
VOID * | val2variant_ptr (VALUE val, VARIANT *var, VARTYPE vt) |
HRESULT | ole_val_ary2variant_ary (VALUE val, VARIANT *var, VARTYPE vt) |
void | ole_val2variant (VALUE val, VARIANT *var) |
void | ole_val2variant2 (VALUE val, VARIANT *var) |
VALUE | make_inspect (const char *class_name, VALUE detail) |
VALUE | default_inspect (VALUE self, const char *class_name) |
VALUE | ole_variant2val (VARIANT *pvar) |
LONG | reg_open_key (HKEY hkey, const char *name, HKEY *phkey) |
LONG | reg_open_vkey (HKEY hkey, VALUE key, HKEY *phkey) |
VALUE | reg_enum_key (HKEY hkey, DWORD i) |
VALUE | reg_get_val (HKEY hkey, const char *subkey) |
VALUE | reg_get_val2 (HKEY hkey, const char *subkey) |
HRESULT | ole_docinfo_from_type (ITypeInfo *pTypeInfo, BSTR *name, BSTR *helpstr, DWORD *helpcontext, BSTR *helpfile) |
VALUE | ole_typedesc2val (ITypeInfo *pTypeInfo, TYPEDESC *pTypeDesc, VALUE typedetails) |
HRESULT | typelib_from_val (VALUE obj, ITypeLib **pTypeLib) |
void | Init_win32ole (void) |
Variables | |
VALUE | cWIN32OLE |
static REFIID | riid |
static REFIID void __RPC_FAR *__RPC_FAR * | ppvObject |
static UINT __RPC_FAR * | pctinfo |
static UINT | iTInfo |
static UINT LCID | lcid |
static UINT LCID ITypeInfo __RPC_FAR *__RPC_FAR * | ppTInfo |
static REFIID LPOLESTR __RPC_FAR * | rgszNames |
static REFIID LPOLESTR __RPC_FAR UINT | cNames |
static REFIID LPOLESTR __RPC_FAR UINT LCID DISPID __RPC_FAR * | rgDispId |
static DISPID | dispIdMember |
static DISPID REFIID LCID WORD | wFlags |
static DISPID REFIID LCID WORD DISPPARAMS __RPC_FAR * | pDispParams |
static DISPID REFIID LCID WORD DISPPARAMS __RPC_FAR VARIANT __RPC_FAR * | pVarResult |
static DISPID REFIID LCID WORD DISPPARAMS __RPC_FAR VARIANT __RPC_FAR EXCEPINFO __RPC_FAR * | pExcepInfo |
static DISPID REFIID LCID WORD DISPPARAMS __RPC_FAR VARIANT __RPC_FAR EXCEPINFO __RPC_FAR UINT __RPC_FAR * | puArgErr |
static DWORD | dwCallType |
static DWORD HTASK | threadIDCaller |
static DWORD HTASK DWORD | dwTickCount |
static DWORD HTASK DWORD LPINTERFACEINFO | lpInterfaceInfo |
static HTASK | threadIDCallee |
static HTASK DWORD DWORD | dwRejectType |
static HTASK DWORD DWORD | dwPendingType |
ID | nameid = rb_check_id_cstr(psz, (long)strlen(psz), cWIN32OLE_enc) |
LCID | cWIN32OLE_lcid |
#define conv_51932 | ( | cp | ) | ((cp) == 51932 && need_conv_function51932()) |
Definition at line 589 of file win32ole.c.
#define ENC_MACHING_CP | ( | enc, | |
encname, | |||
cp | |||
) | if(strcasecmp(rb_enc_name((enc)),(encname)) == 0) return cp |
Definition at line 489 of file win32ole.c.
#define g_ole_initialized (TlsGetValue(g_ole_initialized_key)!=0) |
Definition at line 46 of file win32ole.c.
#define g_ole_initialized_init | ( | ) | (g_ole_initialized_key = TlsAlloc()) |
Definition at line 47 of file win32ole.c.
#define g_ole_initialized_set | ( | val | ) | TlsSetValue(g_ole_initialized_key, (void*)(val)) |
Definition at line 48 of file win32ole.c.
#define load_conv_function51932 | ( | ) | failed_load_conv51932() |
Definition at line 585 of file win32ole.c.
#define need_conv_function51932 | ( | ) | (failed_load_conv51932(), 0) |
Definition at line 586 of file win32ole.c.
#define ole_wc2mb_conv | ( | pw, | |
pm, | |||
size | |||
) | WideCharToMultiByte(cWIN32OLE_cp, 0, (pw), -1, (pm), (size), NULL, NULL) |
Definition at line 714 of file win32ole.c.
#define pIMultiLanguage NULL /* dummy */ |
Definition at line 75 of file win32ole.c.
#define WIN32OLE_VERSION "1.8.8" |
Definition at line 30 of file win32ole.c.
Definition at line 36 of file win32ole.c.
static DWORD |
Definition at line 33 of file win32ole.c.
typedef BOOL() FNENUMSYSEMCODEPAGES(CODEPAGE_ENUMPROC, DWORD) |
Definition at line 37 of file win32ole.c.
typedef IUnknown COSERVERINFO MULTI_QI* typedef HWND(WINAPI FNHTMLHELP)(HWND hwndCaller |
Definition at line 35 of file win32ole.c.
typedef IUnknown COSERVERINFO MULTI_QI* typedef LPCSTR pszFile |
Definition at line 35 of file win32ole.c.
typedef IUnknown COSERVERINFO MULTI_QI* typedef LPCSTR UINT uCommand |
Definition at line 36 of file win32ole.c.
typedef struct _Win32OLEIDispatch Win32OLEIDispatch |
Definition at line 1346 of file win32ole.c.
References make_inspect(), rb_funcall(), and rb_intern().
free | ( | psz | ) |
Referenced by EVENTSINK_Destructor(), freeaddrinfo(), link(), nan(), ole_variant2val(), procstat_vm(), rb_file_load_ok(), rb_objspace_free(), rb_postponed_job_flush(), rb_print_backtrace(), rb_w32_closedir(), rb_w32_free_environ(), rb_w32_rename(), rb_w32_uchdir(), rb_w32_uchmod(), rb_w32_ulink(), rb_w32_urename(), reg_get_val(), ruby_getcwd(), ruby_mimfree(), ruby_setenv(), and sip_hash_free().
typedef HRESULT | ( | STDAPICALLTYPE | FNCOCREATEINSTANCEEX | ) |
Definition at line 357 of file win32ole.c.
Referenced by onig_foreach_name(), onig_memsize(), onig_number_of_names(), onig_renumber_name_table(), rb_iseq_insns_info_encode_positions(), rb_iseq_mark_insn_storage(), rb_method_definition_set(), rb_thread_call_with_gvl(), and VpSqrt().
void Init_win32ole | ( | void | ) |
Definition at line 3969 of file win32ole.c.
References cWIN32OLE_lcid, and g_ole_initialized_init.
Definition at line 1334 of file win32ole.c.
References rb_str_cat2(), rb_str_concat(), rb_str_new2, and str.
Referenced by default_inspect().
NORETURN | ( | static void | failed_load_conv51932void | ) |
HRESULT ole_docinfo_from_type | ( | ITypeInfo * | pTypeInfo, |
BSTR * | name, | ||
BSTR * | helpstr, | ||
DWORD * | helpcontext, | ||
BSTR * | helpfile | ||
) |
Definition at line 3648 of file win32ole.c.
References HRESULT(), name, and OLE_RELEASE.
void ole_initialize | ( | void | ) |
Definition at line 814 of file win32ole.c.
References HRESULT().
BOOL ole_initialized | ( | void | ) |
Definition at line 395 of file win32ole.c.
References g_ole_initialized.
Definition at line 3709 of file win32ole.c.
References Qnil, rb_ary_push(), rb_str_new2, and str.
void ole_uninitialize | ( | void | ) |
Definition at line 800 of file win32ole.c.
References FALSE, g_ole_initialized, and g_ole_initialized_set.
void ole_val2variant | ( | VALUE | val, |
VARIANT * | var | ||
) |
Definition at line 1250 of file win32ole.c.
References cWIN32OLE, cWIN32OLE_RECORD, cWIN32OLE_VARIANT, NULL, OLE_ADDREF, ole_rec2variant(), ole_variant2variant(), oledata_get_struct(), oledata::pDispatch, rb_cTime, rb_obj_is_kind_of(), and V_VT.
void ole_val2variant2 | ( | VALUE | val, |
VARIANT * | var | ||
) |
Definition at line 1326 of file win32ole.c.
Referenced by ole_val2variant_ex().
void ole_val2variant_ex | ( | VALUE | val, |
VARIANT * | var, | ||
VARTYPE | vt | ||
) |
Definition at line 983 of file win32ole.c.
References NULL, NUM2I8, NUM2UI8, ole_val2variant2(), Qnil, and V_VT.
Referenced by val2variant_ptr().
Definition at line 1188 of file win32ole.c.
VALUE ole_variant2val | ( | VARIANT * | pvar | ) |
Definition at line 1419 of file win32ole.c.
References ALLOC_N, free(), HRESULT(), Qnil, rb_ary_new(), rb_eRuntimeError, rb_raise(), and V_VT.
LPWSTR ole_vstr2wc | ( | VALUE | vstr | ) |
Definition at line 866 of file win32ole.c.
References DATA_PTR, and rb_encoding.
char* ole_wc2mb | ( | LPWSTR | pw | ) |
Definition at line 744 of file win32ole.c.
VALUE ole_wc2vstr | ( | LPWSTR | pw, |
BOOL | isfree | ||
) |
Definition at line 947 of file win32ole.c.
Definition at line 858 of file win32ole.c.
References TypedData_Get_Struct.
Referenced by ole_val2variant(), and typelib_from_val().
Definition at line 1711 of file win32ole.c.
References buf, err, NULL, Qnil, and rb_str_new2.
Definition at line 1726 of file win32ole.c.
References ALLOC_N, err, free(), len, NULL, Qnil, rb_str_new2, and size.
Referenced by reg_get_val2().
Definition at line 1754 of file win32ole.c.
References err, NULL, Qnil, and reg_get_val().
LONG reg_open_key | ( | HKEY | hkey, |
const char * | name, | ||
HKEY * | phkey | ||
) |
LONG reg_open_vkey | ( | HKEY | hkey, |
VALUE | key, | ||
HKEY * | phkey | ||
) |
Definition at line 1705 of file win32ole.c.
References key, reg_open_key(), and StringValuePtr.
Definition at line 3909 of file win32ole.c.
References cWIN32OLE_lcid, HRESULT(), lcid, NULL, OLE_RELEASE, oledata_get_struct(), and oledata::pDispatch.
VOID* val2variant_ptr | ( | VALUE | val, |
VARIANT * | var, | ||
VARTYPE | vt | ||
) |
Definition at line 1018 of file win32ole.c.
References cWIN32OLE_lcid, HRESULT(), NULL, ole_raise(), ole_val2variant_ex(), rb_eRuntimeError, and V_VT.
static REFIID LPOLESTR __RPC_FAR UINT cNames |
Definition at line 88 of file win32ole.c.
Referenced by EVENTSINK_GetIDsOfNames().
VALUE cWIN32OLE |
Definition at line 38 of file win32ole.c.
Referenced by Init_win32ole_variant_m(), and ole_val2variant().
LCID cWIN32OLE_lcid |
Definition at line 3966 of file win32ole.c.
Referenced by Init_win32ole(), typelib_from_val(), and val2variant_ptr().
DISPID dispIdMember |
Definition at line 89 of file win32ole.c.
DWORD dwCallType |
Definition at line 216 of file win32ole.c.
Definition at line 270 of file win32ole.c.
Definition at line 254 of file win32ole.c.
static HTASK DWORD dwTickCount |
Definition at line 218 of file win32ole.c.
static UINT iTInfo |
Definition at line 87 of file win32ole.c.
static REFIID LPOLESTR __RPC_FAR UINT LCID lcid |
Definition at line 87 of file win32ole.c.
Referenced by typelib_from_val().
Definition at line 221 of file win32ole.c.
ID nameid = rb_check_id_cstr(psz, (long)strlen(psz), cWIN32OLE_enc) |
Definition at line 355 of file win32ole.c.
static UINT __RPC_FAR * pctinfo |
Definition at line 86 of file win32ole.c.
DISPID REFIID LCID WORD DISPPARAMS __RPC_FAR* pDispParams |
Definition at line 89 of file win32ole.c.
DISPID REFIID LCID WORD DISPPARAMS __RPC_FAR VARIANT __RPC_FAR EXCEPINFO __RPC_FAR* pExcepInfo |
Definition at line 89 of file win32ole.c.
static UINT LCID ITypeInfo __RPC_FAR *__RPC_FAR * ppTInfo |
Definition at line 87 of file win32ole.c.
static REFIID void __RPC_FAR *__RPC_FAR * ppvObject |
DISPID REFIID LCID WORD DISPPARAMS __RPC_FAR VARIANT __RPC_FAR EXCEPINFO __RPC_FAR UINT __RPC_FAR* puArgErr |
Definition at line 89 of file win32ole.c.
DISPID REFIID LCID WORD DISPPARAMS __RPC_FAR VARIANT __RPC_FAR* pVarResult |
Definition at line 89 of file win32ole.c.
static REFIID LPOLESTR __RPC_FAR UINT LCID DISPID __RPC_FAR * rgDispId |
Definition at line 88 of file win32ole.c.
static REFIID LPOLESTR __RPC_FAR * rgszNames |
Definition at line 88 of file win32ole.c.
static REFIID riid |
Definition at line 83 of file win32ole.c.
static HTASK threadIDCallee |
Definition at line 250 of file win32ole.c.
DWORD HTASK threadIDCaller |
Definition at line 217 of file win32ole.c.
DISPID REFIID LCID WORD wFlags |
Definition at line 89 of file win32ole.c.