Archive: WinFunctions.nsh - need help writing new header-file


WinFunctions.nsh - need help writing new header-file
hy there!

as deguix suggested, i've began writting an header-file, containing as much ready-to-use functions from the windows-api as possible.

the point is, to give the user e.g. this syntax:

${AnimateWindow} $HWND  "500"  "${AW_SHOW}|${AW_SLIDE}"  "r0"

instead of this:
System::Call  'user32::AnimateWindow(i $HWND, i "500", i "${AW_SHOW}|${AW_SLIDE}") i .r0'

You don't know how many Windows API's in total exists... Patience is the key in doing these things, and that I don't have, unfortunately... hehe:)


i can imagine - the list doesn't have an end :)
so, that's the point, i don't have the time to rip all of them out of the msdn.
i've begun, but without help, i won't have success.
so, if anyone could write only a part, the file would grow, and grow, and grow ...