I`m studying an example http://nsis.sourceforge.net/WinSxS_Q...y_is_installed
There is line:
As I guess from hereSystem::Call '*(i 24,i 0,l,i 0,i 0)i.R1' ;
It allocates the buffer and place
24, 0, <some large int>, 0, 0 and return pointer to int?
Also question - why 1st parameter = 24?
Thanks