TypeFromPropID (Windows CE 5.0)
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
Send Feedback on this topic to the authors