Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - endpage() ends printing a page http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 EndPage()              Ends printing a page
--------------------------------------------------------------------------------

   Syntax:              EndPage( <hDC> )  -->  <nReturnCode>

                        This function signals the device context that the
                        application has finished writing to a page. Normally
                        we use this function to start working on a new page.

   Parameters:

   <hDC>                The handle of the device context.

   Returns:

   <nReturnCode>        The result of the operation.

                        SP_ERROR        General error.
                        SP_APPABORT     Job was terminated because the
                                        application's print-canceling function
                                        returned zero.
                        SP_USERABORT    User terminated the job by using
                                        Windows Print Manager (PRINTMAN.EXE).
                        SP_OUTOFDISK    Not enough disk space is currently
                                        available for spooling, and no more
                                        space will become available.
                        SP_OUTOFMEMORY  Not enough memory is available for
                                        spooling.

   Source code:         SOURCE\\WINAPI\\PrintDc.c

   See also:            StartPage()



Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson