Archive: call dll-function


call dll-function
how to call function from file(.dll) bypass argument
and receive return value


System::Call yourdll.dll::yourfunction (i <integerargument>, t <textargument>) .<returnvar>


see system.dll readme for detailed information about all functions the plugin has.

browse the nsis wiki for code examples.