GweBypassCoredllThunk_t::GetSBInfoInternal (Windows CE 5.0)

Send Feedback

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

ScrollBarInfoInternal

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.