Visible to Intel only — GUID: GUID-268837B2-4ADB-4F7E-9836-8096CA3FC73A
Visible to Intel only — GUID: GUID-268837B2-4ADB-4F7E-9836-8096CA3FC73A
COMIsEqualGUID
COM Function: Determines whether two globally unique identifiers (GUIDs) are the same. This routine is only available for Windows.
Module
USE IFCOM
USE IFWINTY
result = COMIsEqualGUID (guid1,guid2)
guid1 |
The first GUID. Must be of type GUID, which is defined in the IFWINTY module. It can be any type of GUID, including a class identifier (CLSID), or an interface identifier (IID). |
guid2 |
The second GUID, which will be compared to guid1. It must be the same type of GUID as guid1. For example, if guid1 is a CLSID, guid2 must also be a CLSID. |
Results
The result type is LOGICAL(4). The result is .TRUE. if the two GUIDs are the same; otherwise, .FALSE.