IMXF::ConnectOutput method (dmusicks.h)

The ConnectOutput method connects this IMXF interface with the sink specified by the pSinkMXF parameter.

Syntax

NTSTATUS ConnectOutput(
  PMXF sinkMXF
);

Parameters

sinkMXF

Pointer to the destination (sink) IMXF interface we are connecting to in the port driver.

Return value

This method returns NTSTATUS which contains STATUS_SUCCESS if the call was successful. Otherwise, the method returns an appropriate error code.

Requirements

Requirement Value
Header dmusicks.h
IRQL PASSIVE_LEVEL

See also

IMXF