Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |