AsyncBase::put_Id 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::put_Id Method.
Sets the handle of the asynchronous operation.
STDMETHOD( put_Id )(const unsigned int id);
Parameters
id
A nonzero handle.
S_OK if successful; otherwise, E_INVALIDARG or E_ILLEGAL_METHOD_CALL.
Header: async.h
Namespace: Microsoft::WRL
Show: