Contents

ES_EVENT_TYPE_NOTIFY_IOKIT_OPEN

An identifier for a process that notifies endpoint security that it is opening an IOKit device.

Declaration

var ES_EVENT_TYPE_NOTIFY_IOKIT_OPEN: es_event_type_t { get }

Discussion

This identifier represents a call to IOServiceOpen(_:_:_:_:). This value corresponds to the es_events_t union member iokit_open, which has the type es_event_iokit_open_t.

See Also

Notification Event Types