Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
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