SyncLockWithStatusT::SyncLockWithStatusT 构造函数
支持WRL基础结构并且不应在代码中直接使用。
SyncLockWithStatusT(
_Inout_ SyncLockWithStatusT&& other
);
explicit SyncLockWithStatusT(
typename SyncTraits::Type sync,
DWORD status
);
参数
other
到另一SyncLockWithStatusT对象的一个rvalue引用。sync
到另一SyncLockWithStatusT对象的引用。status
other 参数或 sync 参数的 status_ 数据成员的值。
备注
初始化SyncLockWithStatusT选件类的新实例。
第一个构造函数初始化参数从另一SyncLockWithStatusT的当前SyncLockWithStatusT对象指定的 other,然后无效另一SyncLockWithStatusT对象。第二个构造函数是 protected,并初始化为无效状态的当前SyncLockWithStatusT对象。
要求
标头: corewrappers.h
命名空间: Microsoft::WRL::Wrappers::Details