D3DM_MAKE_RSVALUE (Windows CE 5.0)

Send Feedback

This macro is used to convert values to the ULONG type. It does not change the numerical value of the input parameter. This macro is useful for creating render state values.

#define D3DM_MAKE_RSVALUE(Value) (*(ULONG *)(&(Value)))

Parameters

  • Value
    The value to convert to a render state value.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: D3dmtypes.h.

See Also

Direct3D Mobile Macros

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.