win32.directx.dxerr

\ dxerr.d * * Windows API header module * * Placed into public domain * \**********************************************************************

Members

Aliases

DXGetErrorDescription
alias DXGetErrorDescription = DXGetErrorDescriptionW
Undocumented in source.
DXGetErrorDescription
alias DXGetErrorDescription = DXGetErrorDescriptionA
Undocumented in source.
DXGetErrorString
alias DXGetErrorString = DXGetErrorStringW
Undocumented in source.
DXGetErrorString
alias DXGetErrorString = DXGetErrorStringA
Undocumented in source.
DXTrace
alias DXTrace = DXTraceW
Undocumented in source.
DXTrace
alias DXTrace = DXTraceA
Undocumented in source.

Functions

DXGetErrorDescriptionA
CHAR* DXGetErrorDescriptionA(HRESULT hr)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DXGetErrorDescriptionW
WCHAR* DXGetErrorDescriptionW(HRESULT hr)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DXGetErrorStringA
CHAR* DXGetErrorStringA(HRESULT hr)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DXGetErrorStringW
WCHAR* DXGetErrorStringW(HRESULT hr)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DXTRACE_ERR
HRESULT DXTRACE_ERR(TCHAR* str, HRESULT hr)
Undocumented in source. Be warned that the author may not have intended to support it.
DXTRACE_ERR
HRESULT DXTRACE_ERR(TCHAR* str, HRESULT hr)
Undocumented in source. Be warned that the author may not have intended to support it.
DXTRACE_ERR_MSGBOX
HRESULT DXTRACE_ERR_MSGBOX(TCHAR* str, HRESULT hr)
Undocumented in source. Be warned that the author may not have intended to support it.
DXTRACE_ERR_MSGBOX
HRESULT DXTRACE_ERR_MSGBOX(TCHAR* str, HRESULT hr)
Undocumented in source. Be warned that the author may not have intended to support it.
DXTRACE_MSG
HRESULT DXTRACE_MSG(TCHAR* str)
Undocumented in source. Be warned that the author may not have intended to support it.
DXTRACE_MSG
HRESULT DXTRACE_MSG(TCHAR* str)
Undocumented in source. Be warned that the author may not have intended to support it.
DXTraceA
HRESULT DXTraceA(CHAR* strFile, DWORD dwLine, HRESULT hr, CHAR* strMsg, BOOL bPopMsgBox)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DXTraceW
HRESULT DXTraceW(CHAR* strFile, DWORD dwLine, HRESULT hr, WCHAR* strMsg, BOOL bPopMsgBox)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta