Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Moves the value of the specified HandleT object to the current HandleT object.
HandleT& operator=(
_Inout_ HandleT&& h
);
Parameters
- h
An rvalue-reference to a handle.
Return Value
A reference to the current HandleT object.
Remarks
This operation invalidates the HandleT object specified by parameter h.
Requirements
Header: corewrappers.h
Namespace: Microsoft::WRL::Wrappers