Click here to Skip to main content
15,895,084 members
Articles / Desktop Programming / Win32

How to Lock Windows NT Workstation

Rate me:
Please Sign up or sign in to vote.
4.91/5 (14 votes)
24 Apr 2010CPOL 19.1K   7  
Introduction How can you lock your Windows NT based Workstation programmatically? To do this, you just need a little basic knowledge on how to use user32.dll. Here you will find a function name as LockWorkStation() and you need to know how to call this function. A sample example with the...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions