IsEqualIID function (COM)

Switch View :
ScriptFree
IsEqualIID function

Applies to: desktop apps only

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

Minimum supported server

Windows 2000 Server

Header

GuidDef.h

Library

Ole32.lib

DLL

Ole32.dll

See also

IsEqualGUID

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012