Windows apps
Collapse the table of content
Expand the table of content
Information
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.

IsEqualCLSID function

Determines whether two CLSIDs are equal.

Syntax


BOOL IsEqualCLSID(
  _In_ REFCLSID rclsid1,
  _In_ REFCLSID rclsid2
);

Parameters

rclsid1 [in]

The first CLSID.

rclsid2 [in]

The second CLSID.

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

GuidDef.h

Library

Ole32.lib

DLL

Ole32.dll

See also

IsEqualGUID

 

 

Show:
© 2017 Microsoft