Share via


GweBypassCoredllThunk_t::GetSBInfoInternal (Windows Embedded CE 6.0)

1/6/2010

This method retrieves internal data for a scroll bar.

Syntax

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 Value

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

Header gwebypasscoredllthunk.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

GweBypassCoredllThunk_t
ScrollBarInfoInternal