This message informs the window procedure that it can perform any initialization. The CreateWindow function sends this message before it returns and before the window is opened.
wParam
This parameter is not used.
lParam
Points to a CREATESTRUCT data structure that contains copies of parameters passed to the CreateWindow function.
CREATESTRUCT, CreateWindow