Skip to content

Latest commit

 

History

History
85 lines (63 loc) · 1.77 KB

nf-acxelements-acxelementaddevents.md

File metadata and controls

85 lines (63 loc) · 1.77 KB
UID tech.root title ms.date targetos description prerelease req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:acxelements.AcxElementAddEvents
audio
AcxElementAddEvents
12/15/2022
Windows
The AcxElementAddEvents function provides the ability to add ACXEVENT event objects to an ACXELEMENT object.
false
function
acxelements.h
PASSIVE_LEVEL
apiref
HeaderDef
acxelements.h
AcxElementAddEvents
AcxElementAddEvents
acxelements/AcxElementAddEvents
c++

-description

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

-parameters

-param Element

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

-param Events

One or more ACXEVENT objects.

-param EventsCount

The number of events in the Events array.

-returns

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