CAsyncMonikerFile::GetBinding

Call this function to retrieve a pointer to the asynchronous transfer binding.

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

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 Windows SDK.

Requirements

Header: afxole.h

See Also

Reference

CAsyncMonikerFile Class

Hierarchy Chart