Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 1.7 KB

sbm-getscrollbarinfo.md

File metadata and controls

73 lines (46 loc) · 1.7 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
SBM_GETSCROLLBARINFO message (Winuser.h)
Sent by an application to retrieve information about the specified scroll bar.
db6f704f-99ee-448c-ae7a-dd5a23399fb6
SBM_GETSCROLLBARINFO message Windows Controls
apiref
SBM_GETSCROLLBARINFO
Winuser.h
HeaderDef
reference
05/31/2018

SBM_GETSCROLLBARINFO message

Sent by an application to retrieve information about the specified scroll bar.

Parameters

wParam

Not used; must be zero.

lParam

Pointer to a SCROLLBARINFO structure that receives the information.

Return value

Returns nonzero if successful or zero otherwise.

To get extended error information, call GetLastError.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Winuser.h (include Windows.h)

See also

Reference

GetScrollBarInfo

SCROLLBARINFO