IBinding* GetBinding( ) const;
Return Value
A pointer to the IBinding interface provided when asynchronous transfer begins. Returns NULL if for any reason the transfer cannot be made asynchronously.
Remarks
Call this function to retrieve a pointer to the asynchronous transfer binding. This allows you to control the data transfer process through the IBinding interface, for example, with IBinding::Abort, IBinding::Pause, and IBinding::Resume.
For a description of the IBinding interface, see the ActiveX SDK.
CAsyncMonikerFile Overview | Class Members | Hierarchy Chart