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 AcxPinRemoveModeDataFormatList function deletes the mode data format list for the specified pin.
Syntax
NTSTATUS AcxPinRemoveModeDataFormatList(
[in] ACXPIN AcxPin,
[in] const GUID *SignalProcessingMode,
[out, optional] ACXDATAFORMATLIST *DataFormatList
);
Parameters
[in] AcxPin
The pin for which to remove the mode data format list.
[in] SignalProcessingMode
The GUID of the signal processing mode for which to remove the data format list.
[out, optional] DataFormatList
Pointer to an ACXDATAFORMATLIST to receive the data format list object handle.
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.1
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxpin.h |
IRQL | <= DISPATCH_LEVEL |