Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
Functions | Variables
win32ole_error.h File Reference

Go to the source code of this file.

Functions

 NORETURN (PRINTF_ARGS(void ole_raise(HRESULT hr, VALUE ecs, const char *fmt,...), 3, 4))
 
void Init_win32ole_error (void)
 

Variables

VALUE eWIN32OLERuntimeError
 
VALUE eWIN32OLEQueryInterfaceError
 

Function Documentation

◆ Init_win32ole_error()

void Init_win32ole_error ( void  )

◆ NORETURN()

NORETURN ( PRINTF_ARGS(void ole_raise(HRESULT hr, VALUE ecs, const char *fmt,...), 3, 4)  )

Variable Documentation

◆ eWIN32OLEQueryInterfaceError

VALUE eWIN32OLEQueryInterfaceError
extern

Definition at line 64 of file win32ole_error.c.

Referenced by Init_win32ole_error(), and ole_methods_from_typeinfo().

◆ eWIN32OLERuntimeError

VALUE eWIN32OLERuntimeError
extern

Definition at line 63 of file win32ole_error.c.

Referenced by Init_win32ole_error().