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.
Releases control of a shared resource.
inline static void Unlock(
_In_ Type h
);
Parameters
- h
Handle to a semaphore object.
Remarks
If the unlock operation is unsuccessful, Unlock() emits an error that indicates the cause of the failure.
Requirements
Header: corewrappers.h
Namespace: Microsoft::WRL::Wrappers::HandleTraits