Partager via


SyncLockWithStatusT::SyncLockWithStatusT, constructeur

Prend en charge l'infrastructure WRL et n'est pas destiné à être utilisé directement à partir de votre code.

SyncLockWithStatusT(
   _Inout_ SyncLockWithStatusT&& other
);

explicit SyncLockWithStatusT(
   typename SyncTraits::Type sync,
   DWORD status
);

Paramètres

  • other
    Une référence rvalue à un autre objet SyncLockWithStatusT.

  • sync
    Une référence à un autre objet SyncLockWithStatusT.

  • status
    La valeur de la donnée membre status_ du paramètre other ou du paramètre sync.

Remarques

Initialise une nouvelle instance de la classe SyncLockWithStatusT.

Le premier constructeur initialise l'objet SyncLockWithStatusT actuel à partir d'un autre objet SyncLockWithStatusT spécifié par le paramètre other, puis invalide l'autre objet SyncLockWithStatusT. Le deuxième constructeur est protected, et initialise l'objet SyncLockWithStatusT actuel à un état non valide.

Configuration requise

En-tête: corewrappers.h

Espace de noms: Microsoft::WRL::Wrappers::Details

Voir aussi

Référence

SyncLockWithStatusT, classe

SyncLockWithStatusT::GetStatus, méthode