This topic has not yet been rated - Rate this topic

IsEqualGUID function

Applies to: desktop apps | Metro style apps

Determines whether two GUIDs are equal.

Syntax

BOOL IsEqualGUID(
  __in  REFGUID rguid1,
  __in  REFGUID rguid2
);

Parameters

rguid1 [in]

The first GUID.

rguid2 [in]

The second GUID.

Return value

If the values are equal, the return value is TRUE. Otherwise, the return value is FALSE.

Remarks

IsEqualGUID is used by the IsEqualCLSID and IsEqualIID functions.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

GuidDef.h

Library

Ole32.lib

DLL

Ole32.dll

See also

IsEqualCLSID
IsEqualIID

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ