ReactOS 0.4.15-dev-7958-gcd0bb1a
dxerr8.h File Reference

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)
 

Macro Definition Documentation

◆ DXGetErrorDescription8

#define DXGetErrorDescription8   DXGetErrorDescription8A

Definition at line 23 of file dxerr8.h.

◆ DXGetErrorString8

#define DXGetErrorString8   DXGetErrorString8A

Definition at line 22 of file dxerr8.h.

◆ DXTrace

#define DXTrace   DXTraceA

Definition at line 24 of file dxerr8.h.

◆ DXTRACE_ERR

#define DXTRACE_ERR (   str,
  hr 
)    (hr)

Definition at line 33 of file dxerr8.h.

◆ DXTRACE_ERR_NOMSGBOX

#define DXTRACE_ERR_NOMSGBOX (   str,
  hr 
)    (hr)

Definition at line 34 of file dxerr8.h.

◆ DXTRACE_MSG

#define DXTRACE_MSG (   str)    (0L)

Definition at line 32 of file dxerr8.h.

Function Documentation

◆ DXGetErrorDescription8A()

const char *WINAPI DXGetErrorDescription8A ( HRESULT  hr)

◆ DXGetErrorDescription8W()

const WCHAR *WINAPI DXGetErrorDescription8W ( HRESULT  hr)

◆ DXGetErrorString8A()

const char *WINAPI DXGetErrorString8A ( HRESULT  hr)

◆ DXGetErrorString8W()

const WCHAR *WINAPI DXGetErrorString8W ( 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 
)