 |
DrawCaption ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The DrawCaption function draws a window caption. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL DrawCaption(
HWND hwnd, // handle to window
HDC hdc, // handle to device context
LPCRECT lprc, // rectangle to draw into
UINT uFlags // drawing options
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER DrawCaption IN user32;
INTEGER hwnd,;
INTEGER hdc,;
STRING lprc,;
INTEGER uFlags
|
 |
 |
 |
| Parameters: |
 |
hwnd
[in] Handle to a window that supplies text and an icon for the window caption.
hdc
[in] Handle to a device context. The function draws the window caption into this device context.
lprc
[in] Pointer to a RECT structure that specifies the bounding rectangle for the window caption.
uFlags
[in] Specifies drawing options. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| Word Index links for the DrawCaption : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-12-31 18:04:41 | | Modified: | 2001-12-31 18:06:28 | Visited in last 7 days: 24 |