MAKE_D3DMHRESULT

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Direct3D Mobile Macros