Sha256: 6d6a3fb3818aeab2446812cd1e90cae7b4fd5bcf5628e6e4b45f9aaa3b79fa11
Contents?: true
Size: 262 Bytes
Versions: 3
Compression:
Stored size: 262 Bytes
Contents
#ifndef WIN32OLE_ERROR_H #define WIN32OLE_ERROR_H 1 extern VALUE eWIN32OLERuntimeError; extern VALUE eWIN32OLEQueryInterfaceError; NORETURN(PRINTF_ARGS(void ole_raise(HRESULT hr, VALUE ecs, const char *fmt, ...), 3, 4)); void Init_win32ole_error(void); #endif
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
win32ole-1.9.0 | ext/win32ole/win32ole_error.h |
win32ole-1.8.10 | ext/win32ole/win32ole_error.h |
win32ole-1.8.9 | ext/win32ole/win32ole_error.h |