[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WM_CREATE

  This message is sent when a window is created by one of the window
creation function. It is sent to the window procedure of the parent window
(if there is one). This message allows the parent to perform any kind of
initialization on the child window before the creation function returns.

Parameters
  wParam is the handle of the child window.
  lParam is not used.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson