Contents

SCDynamicStoreKeyCreateNetworkServiceEntity(_:_:_:_:)

Creates a dynamic store key that can be used to access the per-service network configuration information.

Declaration

func SCDynamicStoreKeyCreateNetworkServiceEntity(_ allocator: CFAllocator?, _ domain: CFString, _ serviceID: CFString, _ entity: CFString?) -> CFString

Parameters

  • allocator:

    The allocator that should be used to allocate memory for this key. This parameter may be NULL in which case the current default allocator is used. If this value is not a valid Cfallocator, the behavior is undefined.

  • domain:

    The desired domain, such as the requested configuration or the current state.

  • serviceID:

    The service ID or a regular expression pattern.

  • entity:

    The specific global entity, such as IPv4 or DNS.

See Also

Group