Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AcxPinAddJacks function adds an array of jacks to the specified pin.
Syntax
NTSTATUS AcxPinAddJacks(
[in] ACXPIN Pin,
[in, reads(jackCount)] ACXJACK *Jacks,
[in] ULONG jackCount
);
Parameters
[in] Pin
The pin to which the jacks are added.
[in, reads(jackCount)] Jacks
A pointer to an array of ACXJACK objects to add to the specified Pin.
[in] jackCount
The number of ACXJACK objects in the Jacks array.
Return value
The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.
Remarks
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxpin.h |
IRQL | PASSIVE_LEVEL |