Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This method determines the coordinates of the rectangle that bounds the title bar of the window.
Syntax
static BOOL CalcCaptionRect(
HWND hwnd,
RECT* lprc
);
Parameters
- hwnd
[in] Handle to the window.
- lprc
[out] Pointer to a RECT structure that receives the coordinates of the rectangle that bounds the title bar of the window.
Return Value
TRUE indicates success. FALSE indicates failure.
Requirements
| Header | nclientview.hpp |
| Windows Embedded CE | Windows CE .NET 4.0 and later |