MAKE_D3DMHRESULT (Windows CE 5.0)

Send Feedback

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

Direct3D Mobile Macros

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.