IsEqualPropertyKey, macro (propkeydef.h)
Compare les membres de deux structures PROPERTYKEY et retourne s’ils sont égaux.
Syntaxe
void IsEqualPropertyKey(
a,
b
);
Paramètres
a
Premier PROPERTYKEY.
b
Deuxième PROPRIÉTÉKEY.
Valeur de retour
None
Notes
La macro IsEqualPropertyKey est définie comme suit.
#define IsEqualPropertyKey(a, b) (((a).pid == (b).pid) && IsEqualIID((a).fmtid, (b).fmtid) )
Spécifications
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | propkeydef.h |