Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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