AcxPinAssignModeDataFormatList function (acxpin.h)
The AcxPinAssignModeDataFormatList function assigns a mode data format list to the specified pin.
Syntax
NTSTATUS AcxPinAssignModeDataFormatList(
[in] ACXPIN AcxPin,
[in] const GUID *SignalProcessingMode,
[in] ACXDATAFORMATLIST DataFormatList
);
Parameters
[in] AcxPin
The pin to which the mode data format list is assigned.
[in] SignalProcessingMode
A GUID identifying the signal processing mode to which the specified data format list belong.
[in] DataFormatList
The data format list to assign for the specified SignalProcessingMode.
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 | <= DISPATCH_LEVEL |
See also
- [acxpin.h header](index.md)