Partager via


Semaphore::Semaphore, constructeur

Initialise une nouvelle instance de la classe Semaphore.

explicit Semaphore(
   HANDLE h
);

WRL_NOTHROW Semaphore(
   _Inout_ Semaphore&& h
);

Paramètres

  • h
    Un handle ou une référence rvalue à un objet Semaphore.

Configuration requise

En-tête: corewrappers.h

Espace de noms: Microsoft::WRL::Wrappers

Voir aussi

Référence

Semaphore, classe