I am trying to use the ApplicationGetNext() function but keep on getting incorrect argument errors. I am passing it a valid handle as a parameter:
Code: Select all
hWnd = RanorexPython.ApplicationGetFirst();
RanorexPython.ApplicationGetNext(hWnd);
Btw, is there a tool that I can use in the future to detect the proper function arguments, something like a DLL viewer for the exports; I tried PE Explorer, but it isn't able to get the function argument list.
Thanks.