Jump to content

DllCall & DllStructCreate


Recommended Posts

Help me with this:

with 3.2.8.1 work fine

.....
$dll = DllOpen('xyz.dll')
$struct = DllStructCreate('char[128]')
DllCall($dll, 'int', 'Function', 'hwnd', $handle, 'ptr', DllStructGetPtr($struct))
MsgBox(264144,'Info!',DllStructGetData($struct, 1))
DllClose($dll)
.....

but with 3.2.9.8 beta

error is atach

thanks!

Edited by psandu.ro
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...