Форум: "WinAPI";
Текущий архив: 2002.08.12;
Скачать: [xml.tar.bz2];
ВнизЗапуск taskmgr.exe и блокировка в Win2000 Найти похожие ветки
← →
tararasyk (2002-06-05 18:41) [0]Как можно запустить Диспетчер задач и поставить блокировку з делфи в Win2000
← →
ZZ (2002-06-06 10:31) [1]Диспетчер задач - taskman.exe
А остальное я не понял :)
← →
Skyle (2002-06-06 13:34) [2]2ZZ: taskman.exe он назывался давно %)))
Сейчас он реально называется taskmgr.exe $))
А по поводу дальше... Похоже нужно поставить блокировку из программы на Дельфи (ту блокировку, которая ставится по комбинации клавиш Alt + Ctrl + Del, Enter .. ) %)))
А вот как это сделать я пока не знаю...:)
← →
Raptor (2002-06-06 17:25) [3]LockWorkStation
The LockWorkStation function locks the workstation"s display, protecting it from unauthorized use.
BOOL LockWorkStation(VOID);
Parameters
This function has no parameters.
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, callGetLastError.
Remarks
This function has the same result as pressing Ctrl+Alt+Del and clicking Lock Workstation. To unlock the workstation, the user must log in.
Common reasons for failure include no user is logged on, the workstation is already locked, the process is not running on the interactive desktop, or the request is denied by the Graphical Identification and Authentication (GINA) DLL.
QuickInfo
Windows NT: Requires version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in winuser.h.
Import Library: Use user32.lib.
Страницы: 1 вся ветка
Форум: "WinAPI";
Текущий архив: 2002.08.12;
Скачать: [xml.tar.bz2];
Память: 0.45 MB
Время: 0.007 c