The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IsEqualIID function
Determines whether two interface identifiers are equal.
Syntax
BOOL IsEqualIID( _In_ REFGUID riid1, _In_ REFGUID riid2 );
Parameters
- riid1 [in]
-
The first interface identifier.
- riid2 [in]
-
The second interface identifier.
Return value
If the values are equal, the return value is TRUE. Otherwise, the return value is FALSE.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: