NAME

GetScrollBarInfo  (USER32.@)

SYNOPSIS

 BOOL GetScrollBarInfo
 (
  HWND            hwnd,
  LONG            idObject,
  LPSCROLLBARINFO info
 )

DESCRIPTION

GetScrollBarInfo can be used to retrieve information about a scrollbar control.

PARAMS

hwnd [In] Handle of window with scrollbar(s).
idObject [In] One of OBJID_CLIENT, OBJID_HSCROLL, or OBJID_VSCROLL.
info [IO] cbSize specifies the size of SCROLLBARINFO.

RETURNS

TRUE if success

IMPLEMENTATION

Defined in "winuser.h".

Implemented in "dlls/user32/scroll.c". source.winehq.org/source/dlls/user32/scroll.c

Debug channel "scroll".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.