CreateStatusWindowA (COMCTL32.@)
HWND CreateStatusWindowA ( LONG style, LPCSTR text, HWND parent, UINT wid )
Creates a status bar.
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. |
Success: handle to the status window
Failure: 0
Declared in "include/commctrl.h". gitlab.winehq.org/wine/wine/blob/master/include/commctrl.h
Implemented in "dlls/comctl32/commctrl.c". gitlab.winehq.org/wine/wine/blob/master/dlls/comctl32/commctrl.c
Debug channel "commctrl".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.