AsyncBase::GetOnComplete Method
Copies the address of the current completion event handler to the specified variable.
STDMETHOD(
GetOnComplete
)(TComplete** completeHandler);
Parameters
- completeHandler
The location where the address of the current completion event handler is stored.
Return Value
S_OK if successful; otherwise, E_ILLEGAL_METHOD_CALL.
Requirements
Header: async.h
Namespace: Microsoft::WRL