xpc_int64_create(_:)
Creates an XPC signed integer object.
Declaration
func xpc_int64_create(_ value: Int64) -> xpc_object_tParameters
- value:
The signed integer value which is to be boxed.
Return Value
A new signed integer object.
Creates an XPC signed integer object.
func xpc_int64_create(_ value: Int64) -> xpc_object_tThe signed integer value which is to be boxed.
A new signed integer object.