Jump to content

WinlockDll.dll used with DllCall


mlochem
 Share

Recommended Posts

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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...