ReactOS 0.4.15-dev-7842-g558ab78
dxerr9.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ DXGetErrorDescription9

#define DXGetErrorDescription9   DXGetErrorDescription9A

Definition at line 23 of file dxerr9.h.

◆ DXGetErrorString9

#define DXGetErrorString9   DXGetErrorString9A

Definition at line 22 of file dxerr9.h.

◆ DXTrace

#define DXTrace   DXTraceA

Definition at line 24 of file dxerr9.h.

◆ DXTRACE_ERR

#define DXTRACE_ERR (   str,
  hr 
)    (hr)

Definition at line 33 of file dxerr9.h.

◆ DXTRACE_ERR_MSGBOX

#define DXTRACE_ERR_MSGBOX (   str,
  hr 
)    (hr)

Definition at line 34 of file dxerr9.h.

◆ DXTRACE_MSG

#define DXTRACE_MSG (   str)    (0L)

Definition at line 32 of file dxerr9.h.

Function Documentation

◆ DXGetErrorDescription9A()

const char *WINAPI DXGetErrorDescription9A ( HRESULT  hr)

◆ DXGetErrorDescription9W()

const WCHAR *WINAPI DXGetErrorDescription9W ( HRESULT  hr)

◆ DXGetErrorString9A()

const char *WINAPI DXGetErrorString9A ( HRESULT  hr)

◆ DXGetErrorString9W()

const WCHAR *WINAPI DXGetErrorString9W ( HRESULT  hr)

◆ DXTraceA()

HRESULT WINAPI DXTraceA ( const char strFile,
DWORD  dwLine,
HRESULT  hr,
const char strMsg,
BOOL  bPopMsgBox 
)

◆ DXTraceW()

HRESULT WINAPI DXTraceW ( const char strFile,
DWORD  dwLine,
HRESULT  hr,
const WCHAR strMsg,
BOOL  bPopMsgBox 
)