GweBypassCoredllThunk_t::GetSBInfoInternal
This method retrieves internal data for a scroll bar.
static ScrollBarInfoInternal* GetSBInfoInternal(
HWND hwnd,
BOOL fVert
);
Parameters
- hwnd
[in] Handle to the window that contains the scroll bar for which you want to retrieve data. - fVert
[in] Boolean that indicates whether the scroll bar is horizontal or vertical. TRUE indicates that the scroll bar is vertical. FALSE indicates that the scroll bar is horizontal.
Return Values
The return value is a pointer to a ScrollBarInfoInternal structure.
Remarks
You can use this function to obtain data for both scroll bar controls and scroll bars in the nonclient area.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: GweBypassCoredllThunk.hpp.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.