AcxElementAddEvents - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxelements.h

NTSTATUS AcxElementAddEvents(
  ACXELEMENT Element,
  ACXEVENT   *Events,
  ULONG      EventsCount
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxelements-acxelementaddevents)

Description

The AcxElementAddEvents function provides the ability to add ACXEVENT event objects to an existing ACXELEMENT object.

Parameters

Element

An existing ACXELEMENT object. For more information about ACX objects, see Summary of ACX Objects.

Events

One or more ACXEVENT objects.

EventsCount

The number of events in the Events array.

Return value

Returns STATUS_SUCCESS if the call was successful. Otherwise, it returns an appropriate error code. For more information, see Using NTSTATUS Values.

Remarks

Example

Example usage is shown below.

Sample Pending


ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

See also