Hmm, this function doesn't appear to be in user32.inc. MSDN says it's part of Windows.h and USER32.DLL since Win95. The definition should be:
GetNextWindow PROTO :DWORD,:DWORD
Mark,
The problem is it does not occur in either user32 or kernel32 DLLs. Its a macro for another API call.
Aah okay, sheesh I should read the fine print. Been meaning to get some glasses, lol. It is used the in place of GetWindow. I'm very surprised nobody here had mentioned it yet. :wink
What do you think of:
GetNextWindow textequ <GetWindow>