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 - getprintdc() dialogbox to retrieves the printer device context http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GetPrintDC()           DialogBox to retrieves the printer device context
--------------------------------------------------------------------------------

   Syntax:              GetPrintDC( <hWndOwner> )  --> <hDC>

                        This function retrieves the standard Windows
                        DialogBox to select printing conditions and
                        returns the associated device context created
                        for the printer.

   Parameters:

   <hWndOwner>          The handle of the window that may contains
                        the DialogBox. By default it is GetActiveWindow().

   Returns:

   <hDC>                The handle of the device context for the
                        printer.

   Observations:        FiveWin offers a powerfull TPrint Class and a Report
                        Engine that automatizes all printing processes making
                        them much easier to use.

   Sample:              See SAMPLES\\REPORT\\*.*

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

   See also:            PrinterSetup()



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