Contents

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>) -> UInt32

Parameters

  • event:

    The process execution event.

Return Value

The number of environment variables.

See Also

Process Event Helper Functions