 |
EndPage ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The EndPage function notifies the device that the application has finished writing to a page. This function is typically used to direct the device driver to advance to a new page. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
int EndPage(
HDC hdc // handle to DC
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER EndPage IN gdi32;
INTEGER hdc
|
 |
 |
 |
| Parameters: |
 |
hdc
[in] Handle to the device context for the print job. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is greater than zero. |
 |
 |
| Word Index links for the EndPage : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-09-19 12:00:00 | | Modified: | 2001-11-26 16:03:43 | Visited in last 7 days: 45 |