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 Semaphore class.
explicit Semaphore(
HANDLE h
);
WRL_NOTHROW Semaphore(
_Inout_ Semaphore&& h
);
Parameters
- h
A handle or an rvalue-reference to a Semaphore object.
Requirements
Header: corewrappers.h
Namespace: Microsoft::WRL::Wrappers