genius257 / DllStructEx

Extended DllStruct for AutoIt3
MIT License
2 stars 1 forks source link
autoit autoit-script autoit3

DllStructEx

Extended DllStruct for AutoIt3

This project adds missing functionality to DLLStruct's:

Basically brining C-style structs to AutoIt3.

See the example for usage.

drawbacks

Speed.

The solution is implemented via a IDispatch interface. As a result, the calls to the object is slower than normal function calls.