Desktop Functions: Smart Device Functions:
|
Search Results for "LockWorkStation" in [All]shell32
Function LockWorkStation() As Boolean user32
static extern bool LockWorkStation();
Public Shared Function LockWorkStation() As Boolean LockWorkStation uses LastError
void LockWorkStationSafe()
bool result = LockWorkStation(); |