NAME

CreateStatusWindowW  (COMCTL32.@)

SYNOPSIS

 HWND CreateStatusWindowW
 (
  LONG    style,
  LPCWSTR text,
  HWND    parent,
  UINT    wid
 )

DESCRIPTION

Creates a status bar control.

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

Declared in "commctrl.h". https://source.winehq.org/source/include/commctrl.h

Implemented in "dlls/comctl32/commctrl.c". https://source.winehq.org/source/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 Apr 2024.