IsEqualGUID (Windows CE 5.0)
This function determines whether two GUIDs are equal.
BOOL IsEqualGUID(REFGUID rguid1,REFGUID rguid2);
Parameters
- rguid1
[in] GUID to compare to rguid2. - rguid2
[in] GUID to compare to rguid1.
Return Values
- TRUE
The GUIDs are equal. - FALSE
The GUIDs are not equal.
Remarks
IsEqualGUID is used by the IsEqualCLSID and IsEqualIID functions.
To determine whether the platform supports this function, see Determining Supported COM APIs.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Objbase.h.
Link Library: Ole32.lib.
See Also
Send Feedback on this topic to the authors