Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做一个数据备份项目。在位锁定卷的情况下,我需要等到位锁锁定卷被解锁。那么,一旦音量被解锁,是否有任何事件可以让我收到通知?
在单独的线程中使用 Ticker 或 Loop/Sleep 以使用 Win32_EncryptableVolume 类的 GetLockStatus 方法定期检查锁定状态。
uint32 GetLockStatus( [out] uint32 LockStatus );
返回 0 表示解锁,1 表示锁定。