Jump to content

help dll


Recommended Posts

I think you can do it like this, but it's not the same of-course:

Func GetHash($sEncode)
     Local $aReturn = DllCall('hashGen.dll', 'long', 'GetHash', 'str', $sEncode)
     If Not @error Then Return $aReturn[0]
     Return SetError(-1, 0, -1
EndFunc

There is no mechanism for private or public accessibility in AutoIt so this is the way it may look like.

Link to comment
Share on other sites

I think you can do it like this, but it's not the same of-course:

Func GetHash($sEncode)
     Local $aReturn = DllCall('hashGen.dll', 'long', 'GetHash', 'str', $sEncode)
     If Not @error Then Return $aReturn[0]
     Return SetError(-1, 0, -1
EndFunc

There is no mechanism for private or public accessibility in AutoIt so this is the way it may look like.

thanks, ill try it
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...