Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
|
#include "win32ole.h"
Go to the source code of this file.
Functions | |
void | ole_raise (HRESULT hr, VALUE ecs, const char *fmt,...) |
void | Init_win32ole_error (void) |
Variables | |
VALUE | eWIN32OLERuntimeError |
VALUE | eWIN32OLEQueryInterfaceError |
Definition at line 67 of file win32ole_error.c.
References eWIN32OLEQueryInterfaceError, eWIN32OLERuntimeError, rb_define_class(), and rb_eRuntimeError.
Definition at line 46 of file win32ole_error.c.
Referenced by ole_methods_from_typeinfo(), and val2variant_ptr().
VALUE eWIN32OLEQueryInterfaceError |
Definition at line 64 of file win32ole_error.c.
Referenced by Init_win32ole_error(), and ole_methods_from_typeinfo().
VALUE eWIN32OLERuntimeError |
Definition at line 63 of file win32ole_error.c.
Referenced by Init_win32ole_error().