how to call function from file(.dll) bypass argument
and receive return value
call dll-function
2 posts
see system.dll readme for detailed information about all functions the plugin has.System::Call yourdll.dll::yourfunction (i <integerargument>, t <textargument>) .<returnvar>
browse the nsis wiki for code examples.