mlochem Posted August 10, 2006 Posted August 10, 2006 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 Type0 will hide 1 will show
WTS Posted August 10, 2006 Posted August 10, 2006 (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 August 10, 2006 by WTS
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now