Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Determines whether two GUIDs are equal.
Syntax
void IsEqualGUID(
[in] rguid1,
[in] rguid2
);
Parameters
[in] rguid1
The first GUID.
[in] rguid2
The second GUID.
Return value
None
Remarks
IsEqualGUID is used by the IsEqualCLSID and IsEqualIID functions.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
| Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | objbase.h (include GuidDef.h, Objbase.h) |
| Library | Ole32.lib |
| DLL | Ole32.dll |