Share via


D3DM_MAKE_D3DMVALUE (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

Direct3D Mobile Functions
D3DMVALUE