Event::operator= Operator
Assigns the specified Event reference to the current Event instance.
WRL_NOTHROW Event& operator=(
_Inout_ Event&& h
);
Parameters
- h
An rvalue-reference to an Event instance.
Return Value
A pointer to the current Event instance.
Requirements
Header: corewrappers.h
Namespace: Microsoft::WRL::Wrappers