本文介绍了C ++:检查计算机是否被锁定的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试确定计算机是否已锁定。
I'm trying to figure out whether the computer is locked.
我看过函数,但是我希望找到的函数是 IsWorkStationLocked
。
I've looked at LockWorkStation function, but the function that I'm hoping to find is IsWorkStationLocked
.
我需要支持所有Windows版本> = XP
I need to support all windows version >= XP
推荐答案
来自,您给的备注第三段说:
From the same MSDN link you gave, the third paragraph of "Remarks" says:
这篇关于C ++:检查计算机是否被锁定的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!