10-29-2012, 12:18 PM
Probably correct.
$ is lpstr, ie C string. In C it can be LPSTR, PCHAR or similar.
# is int. In C it can be int, long, HWND or any other 32-bit type.
$ is lpstr, ie C string. In C it can be LPSTR, PCHAR or similar.
# is int. In C it can be int, long, HWND or any other 32-bit type.
