IsEqualIID
Determines
whether two interface identifiers are equal.
BOOL IsEqualIID(
REFGUID riid1, |
//Interface identifier to compare to riid2 |
REFGUID riid2 |
//Interface identifier to compare to riid1 |
); |
|
Parameters
riid1
[in]
Interface identifier to compare with riid2.
riid2
[in]
Interface identifier to compare with riid1.
Return Values
TRUE
The interface
identifiers are equal.
FALSE
The interface
identifiers are not equal.
See Also