Contents

CFFileSecurityGetGroup(_:_:)

Gets the group ID associated with a CFFileSecurityRef object

Declaration

func CFFileSecurityGetGroup(_ fileSec: CFFileSecurity!, _ group: UnsafeMutablePointer<gid_t>!) -> Bool

Parameters

  • fileSec:

    The CFFileSecurityRef object.

  • group:

    The address of an integer of type gid_t.

Return Value

Returns true if the group ID was stored in the address pointed to by group, or false if there is no address property associated with this CFFileSecurityRef object.

See Also

Functions