The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: Mark Jones on August 21, 2006, 01:06:12 AM

Title: GetNextWindow?
Post by: Mark Jones on August 21, 2006, 01:06:12 AM
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


Title: Re: GetNextWindow?
Post by: hutch-- on August 21, 2006, 01:10:19 AM
Mark,

The problem is it does not occur in either user32 or kernel32 DLLs. Its a macro for another API call.
Title: Re: GetNextWindow?
Post by: Mark Jones on August 21, 2006, 01:29:18 AM
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>