CFFileSecurityCopyGroupUUID(_:_:)
Copies the group UUID associated with a CFFileSecurityRef object.
Declaration
func CFFileSecurityCopyGroupUUID(_ fileSec: CFFileSecurity!, _ groupUUID: UnsafeMutablePointer<Unmanaged<CFUUID>?>!) -> BoolParameters
- fileSec:
The
CFFileSecurityRefobject. - groupUUID:
The address of a
CFUUIDRefwhere the results are stored.
Return Value
Returns true if a group UUID was successfully copied, or false if there is no group UUID property associated with this CFFileSecurityRef object.
See Also
Functions
CFAllocatorAllocateBytes(_:_:_:)CFAllocatorAllocateTyped(_:_:_:_:)CFAllocatorReallocateBytes(_:_:_:_:)CFAllocatorReallocateTyped(_:_:_:_:_:)CFAttributedStringGetBidiLevelsAndResolvedDirections(_:_:_:_:_:)CFBundleCopyLocalizedStringForLocalizations(_:_:_:_:_:)CFBundleIsArchitectureLoadable(_:)CFBundleIsExecutableLoadable(_:)CFBundleIsExecutableLoadableForURL(_:)CFCopyHomeDirectoryURL()CFDateFormatterCreateISO8601Formatter(_:_:)CFFileSecurityClearProperties(_:_:)CFFileSecurityCopyAccessControlList(_:_:)CFFileSecurityCopyOwnerUUID(_:_:)CFFileSecurityCreate(_:)