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.
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