IsEqualIID macro (guiddef.h)
Evaluates to a Boolean value that indicates whether two IIDs are equal.
Syntax
BOOL IsEqualIID(
riid1,
riid2
);
Parameters
riid1
The first IID.
riid2
The second IID.
Return value
TRUE
if the two IIDs are equal; otherwise, FALSE
.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
Target Platform | Windows |
Header | guiddef.h (include GuidDef.h, Objbase.h) |
Library | Ole32.lib |
DLL | Ole32.dll |