nulib.system.win32.winerror

Windows API header module

Translated from MinGW Windows headers

Public Imports

nulib.system.com.hresult
public import nulib.system.com.hresult;
Undocumented in source.

Members

Aliases

SCODE
alias SCODE = int
Undocumented in source.

Enums

ERROR_SUCCESS
anonymousenum ERROR_SUCCESS
Undocumented in source.
FACILITY_NULL
anonymousenum FACILITY_NULL
Undocumented in source.
SEVERITY_SUCCESS
anonymousenum SEVERITY_SUCCESS
Undocumented in source.

Functions

GetScode
SCODE GetScode(HRESULT hr)
Undocumented in source. Be warned that the author may not have intended to support it.
MAKE_SCODE
SCODE MAKE_SCODE(bool s, uint f, uint c)
Undocumented in source. Be warned that the author may not have intended to support it.
PropagateResult
HRESULT PropagateResult(HRESULT hrPrevious, SCODE scBase)
Undocumented in source. Be warned that the author may not have intended to support it.
ResultFromScode
HRESULT ResultFromScode(SCODE c)
Undocumented in source. Be warned that the author may not have intended to support it.
SCODE_CODE
ushort SCODE_CODE(SCODE r)
Undocumented in source. Be warned that the author may not have intended to support it.
SCODE_FACILITY
ushort SCODE_FACILITY(SCODE r)
Undocumented in source. Be warned that the author may not have intended to support it.
SCODE_SEVERITY
ushort SCODE_SEVERITY(SCODE r)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta