Jump to content

Recommended Posts

Posted (edited)

Below is the syntax in calling the winlockdll.dll (from http://www.codeproject.com/win32/AntonioWinLock.asp that is used to lock down various features on a Windows machine.

Example:

DllCall("winlockdll.dll","int","Desktop_Show_Hide","int",0)

Explanation:

"int" represents a Boolean Type

0 will hide

1 will show

awesome find.

[edit]alot of the functions can be done in autoit..

Edited by WTS

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...