CreateStatusWindowA(3w)
NAME
CreateStatusWindowA (COMCTL32.@)
SYNOPSIS
HWND CreateStatusWindowA ( LONG style, LPCSTR text, HWND parent, UINT wid )
DESCRIPTION
Creates a status bar.
PARAMS
style [In] window style.
text [In] pointer to the window text.
parent [In] handle to the parent window.
wid [In] control Id of the status bar.
RETURNS
Success: handle to the status window
Failure: 0
IMPLEMENTATION
Defined in "commctrl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comctl32/commctrl.c".
- Debug channel "commctrl".