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 |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 3/7/2012