GUID type and defines.
More...
Data Structures |
struct | DDS_GUID_t |
| Type for GUID (Global Unique Identifier) representation.Represents a 128 bit GUID. More...
|
Detailed Description
GUID type and defines.
Function Documentation
Compares this GUID with another GUID for equality.
- Parameters:
-
self | <<in>> This GUID. Cannot be NULL. |
other | <<in>> The other GUID to be compared with this GUID. Cannot be NULL. |
- Returns:
- DDS_BOOLEAN_TRUE if the two GUIDs have equal values, or DDS_BOOLEAN_FALSE otherwise.
Copies another GUID into this GUID.
- Parameters:
-
self | <<in>> This GUID. Cannot be NULL. |
other | <<in>> The other GUID to be copied. |
Variable Documentation