Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>iswindow</b> determine if window handle is valid http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
IsWindow             Determine If Window Handle Is Valid

BOOL IsWindow(hWnd)
HWND hWnd;

Returns:    None-zero if window handle is valid, otherwise zero.

Note:           Most operations that require a handle to a window will
                result in a Fatal error if the handle is invalid! To end-users
                running the retail (non-debugging) kernel the system will
                hang with no warning!  If you have any reason to doubt that
                a window handle is valid, use IsWindow.
                [Voice of experience!]

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson