TypeFromPropID (Windows CE 5.0)

Send Feedback

This macro extracts the low order bytes, which contain the type identifier, from a property identifier.

#define TypeFromPropID(propid) LOWORD(propid)

Parameters

  • propid
    Property identifier. See the description of a propid inside the CEPROPVAL structure.

Return Values

Returns the type identifier of the property. See the CEVT values in the CEPROPVAL structure.

Remarks

None.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Windbase.h.

See Also

CEPROPVAL

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.