 |
LockWorkStation ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The LockWorkStation function locks the workstation"s display, protecting it from unauthorized use. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL LockWorkStation(VOID);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER LockWorkStation IN user32
|
 |
 |
 |
| Parameters: |
 |
| This function has no parameters. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| My comment: |
 |
This function is callable only by processes running on the interactive desktop. In addition, the user must be logged on, and the workstation cannot already be locked.
It has the same result as pressing Ctrl+Alt+Del and clicking Lock Workstation. To unlock the workstation, the user must log in. To receive notification when the user logs in, use the WTSRegisterSessionNotification function to receive WM_WTSSESSION_CHANGE messages.
Windows NT/2000/XP: Included in Windows 2000 and later.
Windows 95/98/Me: Unsupported. |
 |
 |
| Word Index links for the LockWorkStation : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-04-16 22:25:49 | | Modified: | 2006-03-30 13:22:36 | Visited in last 7 days: 39 |