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>int pascal winaddchild(hwnd hwnd, hwnd hchild)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal WinAddChild(HWND hWnd, HWND hChild)

  This function adds a child window to another window. WinAddChild()
basically adds the child window to a linked list of child windows
which hWnd maintains. When you create a window using one of the
creation functions, the parent is specified as the first argument; in
this case, the window system automatically creates the parent-child
link. WinAddChild should be used when you want to alter that initial
link.

Parameters
  hWnd is the handle of the window which you want to add the child to.
  hChild is the handle of the child window which you want added.

Returns
  Nothing.

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