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 |
|
|
|
|
|
|
The AcxElementAddEvents function provides the ability to add ACXEVENT event objects to an existing ACXELEMENT object.
An existing ACXELEMENT object. For more information about ACX objects, see Summary of ACX Objects.
One or more ACXEVENT objects.
The 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.