MAKE_D3DMHRESULT (Windows Embedded CE 6.0)

1/6/2010

This macro is used to create Microsoft® Direct3D Mobile® error codes.

Syntax

#define _FACD3DM  0x877
#define MAKE_D3DMHRESULT( code )  MAKE_HRESULT( 1, _FACD3DM, code )

Parameters

  • code
    The numerical value of the error code

Requirements

Header d3dm.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Direct3D Mobile Macros