Function: CreateWindowEx

Module location: Winuser.pkg line 60 (view source)
HandleCreateWindowEx(DWord dwExStyle Pointer lpClassName Pointer lpWindowName DWord dwStyle Integer iX Integer iY Integer nWidth Integer nHeight Handle hWndParent Handle hMenu Handle hInstance Pointer lpParam)
Creates an overlapped, pop-up, or child window with an extended window style. The extended window style of the window being created. The window class name. The class name can be any name registered with RegisterClass or RegisterClassEx The window name. The style of the window being created. The initial horizontal and vertival position of the window The width and height, in device units, of the window. Handle to the parent or owner window of the window being created. Handle to a menu, or specifies a child-window identifier, depending on the window style. Handle to the instance of the module to be associated with the window. Pointer to a value to be passed to the window through the CREATESTRUCT structure. If the function succeeds, the return value is a handle to the new window.

References (1):

ModuleContaining SymbolLine
cToolTipController.pkgCreateToolTipWindow684