UuidEqual function
An application calls the UuidEqual function to compare two UUIDs and determine whether they are equal.
Syntax
int RPC_ENTRY UuidEqual(
UUID __RPC_FAR *Uuid1,
UUID __RPC_FAR *Uuid2,
RPC_STATUS __RPC_FAR *Status
);
Parameters
- Uuid1
-
Pointer to a UUID. This UUID is compared with the UUID specified in the Uuid2 parameter.
- Uuid2
-
Pointer to a UUID. This UUID is compared with the UUID specified in the Uuid1 parameter.
- Status
-
Returns RPC_S_OK.
Return value
| Value | Meaning |
|---|---|
|
The Uuid1 parameter is equal to the Uuid2 parameter. |
|
The Uuid1 parameter is not equal to the Uuid2 parameter. |
Note For a list of valid error codes, see
RPC Return Values.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: