Contents

es_exec_fd_count(_:)

Gets the number of file descriptors from a process execution event.

Declaration

func es_exec_fd_count(_ event: UnsafePointer<es_event_exec_t>) -> UInt32

Parameters

  • event:

    The process execution event.

Return Value

The number of file descriptors.

See Also

Process Event Helper Functions