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.

QuickInfo

  Windows NT: Use version 3.1 or later.
  Windows: Use Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in winerror.h.

See Also

IsEqualGUID, IsEqualCLSID