Ruby  3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
Functions | Variables
win32ole_error.c File Reference

(b76ad15ed0da636161de0243c547ee1e6fc95681)

#include "win32ole.h"
Include dependency graph for win32ole_error.c:

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
 

Function Documentation

◆ Init_win32ole_error()

void Init_win32ole_error ( void  )

◆ ole_raise()

void ole_raise ( HRESULT  hr,
VALUE  ecs,
const char *  fmt,
  ... 
)

Definition at line 46 of file win32ole_error.c.

Referenced by ole_methods_from_typeinfo(), and val2variant_ptr().

Variable Documentation

◆ eWIN32OLEQueryInterfaceError

VALUE eWIN32OLEQueryInterfaceError

Definition at line 64 of file win32ole_error.c.

Referenced by Init_win32ole_error(), and ole_methods_from_typeinfo().

◆ eWIN32OLERuntimeError

VALUE eWIN32OLERuntimeError

Definition at line 63 of file win32ole_error.c.

Referenced by Init_win32ole_error().