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.
Initializes a new instance of the Event class.
explicit Event(
HANDLE h = HandleT::Traits::GetInvalidValue()
);
WRL_NOTHROW Event(
_Inout_ Event&& h
);
Parameters
- h
Handle to an event. By default, h is initialized to nullptr.
Requirements
Header: corewrappers.h
Namespace: Microsoft::WRL::Wrappers