Share via


CPullPin::Disconnect (Compact 2013)

3/26/2014

Breaks a connection to the asynchronous reader.

Syntax

HRESULT Disconnect(void);

Parameters

None.

Return Value

Returns NOERROR if there is no connection.

Remarks

This member function disconnects any connection to an asynchronous file reader made in the CPullPin::Connect method.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CPullPin Class