Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This method determines the size of the client rectangle for a window with a horizontal scroll bar, given the size of the client rectangle for the window without a horizontal scroll bar.
Syntax
static void CalcClientRectWithHorzScrollBars(
RECT* lprc
);
Parameters
- lprc
[in, out] Pointer to a RECT structure that on input specifies the bounding rectangle, in screen coordinates, for the client area of the window without a horizontal scroll bar. On output, the structure contains adjusted values that reflect the height of the horizontal scroll bar.
Return Value
None.
Requirements
| Header | nclientview.hpp |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
NonClientView_t
NonClientView_t::CalcClientRectWithNoScrollBars
NonClientView_t::CalcClientRectWithVertScrollBars
RECT