nulib.system.com.hresult

Windows Error Definitions

Basic standalone Windows definitions to make it easier to work with the COM API.

Members

Aliases

HRESULT
alias HRESULT = int
Undocumented in source.

Enums

S_OK
anonymousenum S_OK
Undocumented in source.

Functions

FAILED
bool FAILED(HRESULT Status)
Undocumented in source. Be warned that the author may not have intended to support it.
HRESULT_CODE
ushort HRESULT_CODE(HRESULT r)
Undocumented in source. Be warned that the author may not have intended to support it.
HRESULT_FACILITY
ushort HRESULT_FACILITY(HRESULT r)
Undocumented in source. Be warned that the author may not have intended to support it.
HRESULT_FROM_NT
HRESULT HRESULT_FROM_NT(HRESULT x)
Undocumented in source. Be warned that the author may not have intended to support it.
HRESULT_FROM_WIN32
HRESULT HRESULT_FROM_WIN32(HRESULT x)
Undocumented in source. Be warned that the author may not have intended to support it.
HRESULT_SEVERITY
ushort HRESULT_SEVERITY(HRESULT r)
Undocumented in source. Be warned that the author may not have intended to support it.
IS_ERROR
bool IS_ERROR(HRESULT Status)
Undocumented in source. Be warned that the author may not have intended to support it.
MAKE_HRESULT
HRESULT MAKE_HRESULT(bool s, uint f, uint c)
Undocumented in source. Be warned that the author may not have intended to support it.
SUCCEEDED
bool SUCCEEDED(HRESULT Status)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Luna Nielsen