D3DM_MAKE_D3DMVALUE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This is an inline function that you can use to convert values to the D3DMVALUE type.

Syntax

inline D3DMVALUE D3DM_MAKE_D3DMVALUE(D3DMVALUE    Value);
inline D3DMVALUE D3DM_MAKE_D3DMVALUE(float        Value);
inline D3DMVALUE D3DM_MAKE_D3DMVALUE(unsigned int Value);
inline D3DMVALUE D3DM_MAKE_D3DMVALUE(double       Value);

Parameters

  • Value
    [in] The value to be converted.

Remarks

If the data type being converted is not the same size as D3DMVALUE,each of these functions produces a compile-time assert.

Requirements

Header d3dmtypes.h
Library Implemented in D3dmtypes.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Direct3D Mobile Functions
D3DMVALUE