Using Win32 functions in Visual FoxPro Image Gallery
Printing and Print Spooler
..msdn
AddPort
AddPrinter
ClosePrinter
ConfigurePort
ConnectToPrinterDlg
DeletePort
DeviceCapabilities
DocumentProperties
EndDoc
EndPage
EnumForms
EnumJobs
EnumPorts
EnumPrinterData
EnumPrinterDrivers
EnumPrinters
EnumPrintProcessorDatatypes
EnumPrintProcessors
Escape
FindClosePrinterChangeNotification
FindFirstPrinterChangeNotification
FindNextPrinterChangeNotification
FreePrinterNotifyInfo
GetDefaultPrinter
GetPrinter
GetPrinterData
GetPrinterDriverDirectory
GetPrintProcessorDirectory
OpenPrinter
PrinterProperties
SetDefaultPrinter
SetJob
SetPrinter
StartDoc
StartPage
Code examples:
Enumerating print jobs and retrieving information for default printer (JOB_INFO_1 structures)
Printing Image File, programmatically set print page orientation to landscape
Retrieving the name of the default printer for the current user on the local computer (Win NT/XP)
Retrieving the name of the default printer for the current user on the local computer (Win NT/XP)

User rating: 0/10 (0 votes)
Rate this code sample:
  • ~
More code examples    Listed functions    Add comment     W32 Constants      Translate this page Printer friendly version of this code sample
Versions:
click to open
Before you begin:
This code sample retrieves the name of default printer on local computer and obtains detailed information for this printer in PRINTER_INFO_5 format.

See also:
  • Using EnumPrinters function to enumerate locally installed printers
  • Enumerating print jobs and retrieving information for default printer
  • How to retrieve number of print jobs that have been queued for the printer

  •  
      Members area. Log in to view this example.
     
      User name:
      Password:
     
     
      Forgot your password?
     
      Sign up for
    the Membership
     
     


    User rating: 0/10 (0 votes)
    Rate this code sample:
    • ~
    5094 bytes  
    Created: 2002-12-30 21:43:09  
    Modified: 2009-01-03 15:26:33  
    Visits in 7 days: 156  
    Listed functions:
    ClosePrinter
    GetDefaultPrinter
    GetLastError
    GetPrinter
    GetProfileString
    LocalAlloc
    LocalFree
    LocalSize
    OpenPrinter
    Printer friendly API declarations
    My comment:
    The name of the default printer can be read from the Windows Registry: use GetProfileString function with "Windows" and "Device" passed as first two parameters.

    Note that GetDefaultPrinter function requires at least Win2K and is not supported on older Windows versions. On Win9*/Me the EnumPrinters called with PRINTER_ENUM_DEFAULT flag returns information about the default printer.

    See also: SetDefaultPrinter, APRINTERS().
    Word Index links for this example:
    Translate this page:
      Spanish    Portuguese    German    French    Italian  
    FreeTranslation.com offers instant, free translations of text or web pages.
    User Contributed Notes:
    thelasttimetoPayForcodeFromHere | 2006-06-19 16:45:47
    THE CODING EXAMPLE IS FRAUDULENT
    IT NEVER WORKS
    SO BEWARE OF THEFT ON THIS WEBSITE
    PROCEDURE decl

        DECLARE INTEGER GetDefaultPrinter IN winspool.drv ;

            STRING @pszBuffer, INTEGER @pcchBuffer



        DECLARE INTEGER GetPrinter IN winspool.drv;

        AS GetPrinterA;

            INTEGER hPrinter, INTEGER Lvl, STRING @pPrinter,;

            INTEGER cbBuf, INTEGER @pcbNeeded



        DECLARE INTEGER OpenPrinter IN winspool.drv;

            STRING pPrinterName, INTEGER @phPrinter, INTEGER pDefault
    Anatoliy Mogylevets | 2006-06-19 17:08:06
    Dear Patrick O'Hara (pohara@recyclingit.com),

    I appreciate your opinion but you are wrong. This code sample is nothing like fraudulent or stolen. If this is all about the small amount of money you paid for it -- a refund has been issued.

    I do my best and I try to be as honest towards the visitors on my website as possible.

    Copyright © 2001-2013 News2News, Inc. Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use. The information on this page is presented AS IS, meaning that you may use it at your own risk. Microsoft Visual FoxPro and Windows are trade marks of Microsoft Corp. All other trademarks are the property of their respective owners. 

    Privacy policy
    Credits: PHP (4.4.9), an HTML-embedded scripting language, MySQL (5.1.55-log), the Open Source standard SQL database, AceHTML Freeware Version 4, freeware HTML Editor of choice.   Hosted by Korax Online Inc.
    Last Topics Visited (54.224.75.101)
    2.91 hrs.Solution: 'LanguageBar ActiveX Control'
    6.58 hrs.Example: 'Creating a mailslot'
     Function: 'ImageList_Destroy'
    Function group: 'Windows Controls'
    9.58 hrs.
    Function group: 'Network Management'
    12.19 hrs.
    Function group: 'Power Management'
     Example: 'Capturing keyboard activity of another application with the Raw Input API (VFP9)'
    Language: 'C#'
     Function: 'CeFindFirstDatabaseEx'
    15.3 hrs.Example: 'Drawing cursors for the classes defined by the system (preregistered): BUTTON, EDIT, LISTBOX etc.'
     Function: 'SCardEstablishContext'
    18.07 hrs.Function: 'GetEnvironmentVariable'
    Function group: 'Process and Thread'
    Google
    Advertise here!