![]() |
Public API Reference |
![]() |
Obtain symbols and descriptions for DirectX error codes. More...
#include <csplugincommon/directx/error.h>
Static Public Member Functions | |
static const char * | GetErrorDescription (HRESULT hr) |
Get the description for an error code (like "Something has
happened" ). | |
static const char * | GetErrorSymbol (HRESULT hr) |
Get the symbol for an error code (like "DXERROR_SOMETHING" ). |
Obtain symbols and descriptions for DirectX error codes.
static const char* csDirectXError::GetErrorDescription | ( | HRESULT | hr | ) | [static] |
Get the description for an error code (like "Something has
happened"
).
static const char* csDirectXError::GetErrorSymbol | ( | HRESULT | hr | ) | [static] |
Get the symbol for an error code (like "DXERROR_SOMETHING"
).