ReactOS 0.4.16-dev-470-g91b8923
|
Go to the source code of this file.
Macros | |
#define | DXGetErrorString9 DXGetErrorString9A |
#define | DXGetErrorDescription9 DXGetErrorDescription9A |
#define | DXTrace DXTraceA |
#define | DXTRACE_MSG(str) (0L) |
#define | DXTRACE_ERR(str, hr) (hr) |
#define | DXTRACE_ERR_MSGBOX(str, hr) (hr) |
Functions | |
const char *WINAPI | DXGetErrorString9A (HRESULT hr) |
const char *WINAPI | DXGetErrorDescription9A (HRESULT hr) |
HRESULT WINAPI | DXTraceA (const char *strFile, DWORD dwLine, HRESULT hr, const char *strMsg, BOOL bPopMsgBox) |
const WCHAR *WINAPI | DXGetErrorString9W (HRESULT hr) |
const WCHAR *WINAPI | DXGetErrorDescription9W (HRESULT hr) |
HRESULT WINAPI | DXTraceW (const char *strFile, DWORD dwLine, HRESULT hr, const WCHAR *strMsg, BOOL bPopMsgBox) |
#define DXGetErrorDescription9 DXGetErrorDescription9A |
#define DXGetErrorString9 DXGetErrorString9A |
HRESULT WINAPI DXTraceA | ( | const char * | strFile, |
DWORD | dwLine, | ||
HRESULT | hr, | ||
const char * | strMsg, | ||
BOOL | bPopMsgBox | ||
) |