AsyncBase::Close Method
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at AsyncBase::Close Method.
Closes the asynchronous operation.
STDMETHOD( Close )(void) override;
S_OK if the operation closes or is already closed; otherwise, E_ILLEGAL_STATE_CHANGE.
Close() is a default implementation of IAsyncInfo::Close, and does no actual work. To actually close an asynchronous operation, override the OnClose() pure virtual method.
Header: async.h
Namespace: Microsoft::WRL
Show: