From 9360830ab81c51dfe7b40be7b617e8dfd1378c72 Mon Sep 17 00:00:00 2001 From: ulfl Date: Wed, 28 Jul 2004 16:54:46 +0000 Subject: collect some thoughts about a GTK win32 printing dialog (from Guy Harris and me) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11553 f5534014-38df-0310-8fa8-9805f1628bb7 --- gtk/print_mswin.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'gtk/print_mswin.c') diff --git a/gtk/print_mswin.c b/gtk/print_mswin.c index fb830448d3..65727ab288 100644 --- a/gtk/print_mswin.c +++ b/gtk/print_mswin.c @@ -37,6 +37,22 @@ #include #endif +/* +Some thoughts about a GTK win32 printer dialog: + +"EnumPrinters()", asking for information level 2 - the PRINTER_INFO_2 +structure contains a pLocation string pointer, along with other +information. + +"PrinterProperties", could be used to show a native printer property page?!? + +See + + http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/prntspol_62ia.asp + +for information on printer APIs. + +*/ BOOL CALLBACK abort_proc( HDC hDC, int Error ); HDC get_printer_dc(void); void init_doc_struct( DOCINFO* di, char* docname); -- cgit v1.2.3