LockWorkStation function user32
Locks the workstation's display. Locking a workstation protects it from unauthorized use.
BOOL LockWorkStation();
Implementation
int LockWorkStation() => _LockWorkStation();
Locks the workstation's display. Locking a workstation protects it from unauthorized use.
BOOL LockWorkStation();
int LockWorkStation() => _LockWorkStation();