|
ReactOS 0.4.16-dev-1946-g52006dd
|
Go to the source code of this file.
Macros | |
| #define | DXGetErrorString8 DXGetErrorString8A |
| #define | DXGetErrorDescription8 DXGetErrorDescription8A |
| #define | DXTrace DXTraceA |
| #define | DXTRACE_MSG(str) (0L) |
| #define | DXTRACE_ERR(str, hr) (hr) |
| #define | DXTRACE_ERR_NOMSGBOX(str, hr) (hr) |
Functions | |
| const char *WINAPI | DXGetErrorString8A (HRESULT hr) |
| const char *WINAPI | DXGetErrorDescription8A (HRESULT hr) |
| HRESULT WINAPI | DXTraceA (const char *strFile, DWORD dwLine, HRESULT hr, const char *strMsg, BOOL bPopMsgBox) |
| const WCHAR *WINAPI | DXGetErrorString8W (HRESULT hr) |
| const WCHAR *WINAPI | DXGetErrorDescription8W (HRESULT hr) |
| HRESULT WINAPI | DXTraceW (const char *strFile, DWORD dwLine, HRESULT hr, const WCHAR *strMsg, BOOL bPopMsgBox) |
| #define DXGetErrorDescription8 DXGetErrorDescription8A |
| #define DXGetErrorString8 DXGetErrorString8A |
| HRESULT WINAPI DXTraceA | ( | const char * | strFile, |
| DWORD | dwLine, | ||
| HRESULT | hr, | ||
| const char * | strMsg, | ||
| BOOL | bPopMsgBox | ||
| ) |