The DisconnectOutput method disconnects this IMXF interface from the synth sink or capture sink.
NTSTATUS
DisconnectOutput(
IN PMXF pSinkMXF
);
DisconnectOutput returns STATUS_SUCCESS if the call was successful. Otherwise, the method returns an appropriate error code.
Declared in dmusicks.h. Include dmusicks.h.
This method zeros the pSinkMXF location that was previously filled in by the IMXF::ConnectOutput call.
Output will go to the allocator from the time that DisconnectOutput is called until ConnectOutput is called again.