Purpose |
|
Syntax |
winio@('%uw[class]', width, height, style, xstyle, hwnd) |
Description |
class is the name of a registered class with its own Windows procedure. width and height define the dimensions of the window in pixels. style is the Windows style (WS_CHILD is automatically included with style). xstyle is the extended Windows style (typically zero). hwnd is returned as the handle of the resultant child window. |
See also |