es_exec_arg_count(_:)
Gets the number of arguments from a process execution event.
Declaration
func es_exec_arg_count(_ event: UnsafePointer<es_event_exec_t>) -> UInt32Parameters
- event:
The process execution event.
Return Value
The number of arguments.