GetScrollBarInfo(3w)

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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/user32/scroll.c".

Debug channel "scroll".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout