MAKE_D3DMHRESULT (Windows CE 5.0)
This macro is used to create Microsoft® Direct3D Mobile® error codes.
#define _FACD3DM 0x877#define MAKE_D3DMHRESULT( code ) MAKE_HRESULT( 1, _FACD3DM, code )
Parameters
- code
The numerical value of the error code
Requirements
OS Versions: Windows CE 5.0 and later.
Header: D3dm.h.
See Also
Send Feedback on this topic to the authors