SyncLockT::SyncLockT, constructeur
Prend en charge l'infrastructure WRL et n'est pas destiné à être utilisé directement à partir de votre code.
SyncLockT(
_Inout_ SyncLockT&& other
);
explicit SyncLockT(
typename SyncTraits::Type sync = SyncTraits::GetInvalidValue()
);
Paramètres
other
Une référence rvalue à un autre objet SyncLockT.sync
Une référence à un autre objet SyncLockWithStatusT.
Remarques
Initialise une nouvelle instance de la classe SyncLockT.
Le premier constructeur initialise l'objet SyncLockT actuel à partir d'un autre objet SyncLockT spécifié par le paramètre other, puis invalide l'autre objet SyncLockT.Le deuxième constructeur est protected, et initialise l'objet SyncLockT actuel à un état non valide.
Configuration requise
En-tête: corewrappers.h
Espace de noms: Microsoft::WRL::Wrappers::Details