Reputation: 31
How to call windows API in NSIS?
Upvotes: 3
Views: 1188
Reputation: 101736
Use the system plugin, the basic syntax is: System::Call 'windowsdll::function(parameters)' Check the docs for details
System::Call 'windowsdll::function(parameters)'
Upvotes: 4