Previous Next

IMXF::ConnectOutput

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

NTSTATUS
  ConnectOutput(
    IN PMXF  pSinkMXF
    );

Parameter

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

Return Value

ConnectOutput returns STATUS_SUCCESS if the call was successful. Otherwise, the method returns an appropriate error code.

Headers

Declared in dmusicks.h. Include dmusicks.h.

See Also

IMXF::DisconnectOutput