// acxelements.h
NTSTATUS AcxElementAddEvents(
ACXELEMENT Element,
ACXEVENT *Events,
ULONG EventsCount
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxElementAddEvents function provides the ability to add ACXEVENT event objects to an existing ACXELEMENT object.
ElementAn existing ACXELEMENT object. For more information about ACX objects, see Summary of ACX Objects.
EventsOne or more ACXEVENT objects.
EventsCountThe number of events in the Events array.
Returns STATUS_SUCCESS if the call was successful. Otherwise, it returns an appropriate error code. For more information, see Using NTSTATUS Values.
Example usage is shown below.
Sample Pending
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.