IsEqualPropertyKey macro (propkeydef.h)
Compares the members of two PROPERTYKEY structures and returns whether they are equal.
Syntax
void IsEqualPropertyKey(
a,
b
);
Parameters
a
The first PROPERTYKEY.
b
The second PROPERTYKEY.
Return value
None
Remarks
The IsEqualPropertyKey macro is defined as follows.
#define IsEqualPropertyKey(a, b) (((a).pid == (b).pid) && IsEqualIID((a).fmtid, (b).fmtid) )
Requirements
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | propkeydef.h |