IsEqualGUID function
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 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: