Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>hwnd pascal setparent(hwnd hwnd, hwnd hnewparent)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
HWND pascal SetParent(HWND hWnd, HWND hNewParent)
 <MS-WINDOWS equivalent>

  This function changes the parent of the specified window.

Parameters
  hWnd is the handle of the window which you want to relink to a new
   parent. It can also be NULLHWND if you want to remove a parent link
   from a window.
  hNewParent is the handle of the new parent window.

Returns
  The handle of the old parent, or NULLHWND if it had no parent previously.

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