CFUUIDGetUUIDBytes(_:)
Returns the value of a UUID object as raw bytes.
Declaration
func CFUUIDGetUUIDBytes(_ uuid: CFUUID!) -> CFUUIDBytesParameters
- uuid:
The CFUUID object to examine.
Return Value
The value of uuid represented as raw bytes.
Returns the value of a UUID object as raw bytes.
func CFUUIDGetUUIDBytes(_ uuid: CFUUID!) -> CFUUIDBytesThe CFUUID object to examine.
The value of uuid represented as raw bytes.