Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 1.86 KB

nf-propkeydef-isequalpropertykey.md

File metadata and controls

73 lines (59 loc) · 1.86 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:propkeydef.IsEqualPropertyKey
IsEqualPropertyKey macro (propkeydef.h)
Compares the members of two PROPERTYKEY structures and returns whether they are equal.
IsEqualPropertyKey
IsEqualPropertyKey macro [Windows Shell]
_shell_IsEqualPropertyKey
propkeydef/IsEqualPropertyKey
shell.IsEqualPropertyKey
shell\IsEqualPropertyKey.htm
shell
89218de5-95c8-440a-bde1-e4a0bc0d0549
12/05/2018
IsEqualPropertyKey, IsEqualPropertyKey macro [Windows Shell], _shell_IsEqualPropertyKey, propkeydef/IsEqualPropertyKey, shell.IsEqualPropertyKey
propkeydef.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
19H1
IsEqualPropertyKey
propkeydef/IsEqualPropertyKey
c++
APIRef
kbSyntax
HeaderDef
Propkeydef.h
IsEqualPropertyKey

IsEqualPropertyKey macro

-description

Compares the members of two PROPERTYKEY structures and returns whether they are equal.

-parameters

-param a

The first PROPERTYKEY.

-param b

The second PROPERTYKEY.

-remarks

The IsEqualPropertyKey macro is defined as follows.

#define IsEqualPropertyKey(a, b)   (((a).pid == (b).pid) && IsEqualIID((a).fmtid, (b).fmtid) )