uuid(uuidval)
Specifies the universally unique ID (UUID) of the item.
Parameters
-
uuidval
-
A 16-byte value using hexadecimal digits in the following format: 12345678-1234-1234-1234-123456789ABC.
Allowed on
Required for library, dispinterface, interface, and coclass. Optional but encouraged for struct, enum, union, module, and typedef.
Remarks
The uuidval value is returned in the TYPEATTR structure retrieved by ITypeInfo::GetTypeAttr.
Related topics