Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - getparent() retrieves the window handle of a window parent http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GetParent()            Retrieves the window handle of a window parent
--------------------------------------------------------------------------------

   Syntax:              GetParent( <hWnd> )  --> <hWndParent>

                        This function returns the handle of the container
                        window (if any) of a given window.

   Parameters:

   <hWnd>               The handle of the window.

   Returns:

   <hWndParent>         The handle of the container window of
                        <hWnd>

   Source code:         SOURCE\\WINAPI\\GetParen.c

   See also:            SetParent()


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