win32gui.CreateWindow

int = CreateWindow(className, windowTitle , style , x , y , width , height , parent , menu , hinstance , reserved )

Creates a new window.

Parameters

className : int/string

windowTitle : string

style : int

The style for the window.

x : int

y : int

width : int

height : int

parent : int

Handle to the parent window.

menu : int

Handle to the menu to use for this window.

hinstance : int

reserved : None

Must be None