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