Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
win32ole_error.h
Go to the documentation of this file.
1#ifndef WIN32OLE_ERROR_H
2#define WIN32OLE_ERROR_H 1
3
6NORETURN(PRINTF_ARGS(void ole_raise(HRESULT hr, VALUE ecs, const char *fmt, ...), 3, 4));
7void Init_win32ole_error(void);
8
9#endif
unsigned long VALUE
const VALUE int int int int int int VALUE char * fmt
#define PRINTF_ARGS(decl, string_index, first_to_check)
typedef HRESULT(STDAPICALLTYPE FNCOCREATEINSTANCEEX)(REFCLSID
void ole_raise(HRESULT hr, VALUE ecs, const char *fmt,...)
VALUE eWIN32OLERuntimeError
VALUE eWIN32OLEQueryInterfaceError
void Init_win32ole_error(void)
NORETURN(PRINTF_ARGS(void ole_raise(HRESULT hr, VALUE ecs, const char *fmt,...), 3, 4))