Go to the source code of this file.
◆ DXGetErrorDescription
◆ DXGetErrorString
◆ DXTrace
◆ DXTRACE_ERR
#define DXTRACE_ERR |
( |
|
str, |
|
|
|
hr |
|
) |
| (hr) |
◆ DXTRACE_ERR_MSGBOX
#define DXTRACE_ERR_MSGBOX |
( |
|
str, |
|
|
|
hr |
|
) |
| (hr) |
◆ DXTRACE_MSG
#define DXTRACE_MSG |
( |
|
str | ) |
(0L) |
◆ DXGetErrorDescriptionA()
const char* WINAPI DXGetErrorDescriptionA |
( |
__in HRESULT |
hr | ) |
|
◆ DXGetErrorDescriptionW()
const WCHAR* WINAPI DXGetErrorDescriptionW |
( |
__in HRESULT |
hr | ) |
|
◆ DXGetErrorStringA()
◆ DXGetErrorStringW()
◆ DXTraceA()
HRESULT WINAPI DXTraceA |
( |
__in_z const char * |
strFile, |
|
|
__in DWORD |
dwLine, |
|
|
__in HRESULT |
hr, |
|
|
__in_z_opt const char * |
strMsg, |
|
|
__in BOOL |
bPopMsgBox |
|
) |
| |
◆ DXTraceW()
HRESULT WINAPI DXTraceW |
( |
__in_z const char * |
strFile, |
|
|
__in DWORD |
dwLine, |
|
|
__in HRESULT |
hr, |
|
|
__in_z_opt const WCHAR * |
strMsg, |
|
|
__in BOOL |
bPopMsgBox |
|
) |
| |