Advertisement
ASP_Volume2 Windows API Call/ Explanation #33834

Lock Workstation (Lock Computer) API CALL

This line of code will allow you to lock a Windows 2000 machine. Simulates CLT+ALT+DEL and Clicking the Lock Workstations.

AI

AI 요약: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

소스 코드
original-source
'In a module please place the following line of code
Public Declare Function LockWorkStation Lib "user32" () As Boolean

'On a command button or Sub, please this line of code
LockWorkstation

'Please note that this can also be done by putting this line of code in a button
Shell "rundll32 user32.dll,LockWorkStation"
원본 댓글 (3)
Wayback Machine에서 복구됨