Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Compares the members of two PROPERTYKEY structures and returns whether they are equal.
Syntax
void IsEqualPropertyKey(
PROPERTYKEY a,
PROPERTYKEY 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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | propkeydef.h |