TypeFromPropID

This macro retrieves the type identifier from a property identifier.

At a Glance

Header file: Windbase.h
Windows CE versions: 1.0 and later

Syntax

WORD TypeFromPropID( PEGPROPID propid );

Parameters

propid

Property identifier from which to retrieve the type identifier.

Remarks

The TypeFromPropID macro is defined as follows:

#define TypeFromPropID(propid) LOWORD(propid)