Using Win32 functions in Visual FoxPro Image Gallery
Registry
..msdn
GetPrivateProfileSectionNames
GetPrivateProfileString
GetProfileString
RegCloseKey
RegCreateKeyEx
RegDeleteKey
RegDeleteValue
RegEnumKey
RegEnumKeyEx
RegEnumValue
RegOpenKeyEx
RegQueryInfoKey
RegQueryValueEx
RegSaveKey
RegSetValueEx
SHEnumKeyEx
SHRegCloseUSKey
SHRegEnumUSKey
SHRegOpenUSKey
WritePrivateProfileSection
WritePrivateProfileString
Code examples:
Configuring DEVMODE structure for a printer
Displaying printer-properties Property Sheet for the specified printer
Enumerating forms supported by a specified printer
Enumerating print jobs and retrieving information for default printer (JOB_INFO_1 structures)
How to delete all print jobs for a printer
How to retrieve configuration data for a specified printer stored in the registry (PrinterDriverData key)
How to retrieve the number of print jobs queued for the printer
Printing text with the Escape function
Reading keys in the specified section of the Win.ini file
Retrieving default spooling directory name
Retrieving list of supported paper names (for example, Letter or Legal) for a given printer
Retrieving the name of the default printer for the current user on the local computer (Win NT/XP)
Simple printer queue monitor: deletes, pauses, resumes print jobs for local printer
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: 164  
    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 (23.20.196.179)
    2 sec.Example: 'Placing an arbitrary rectangular area of main VFP window on the Clipboard'
    7.39 hrs.Function: 'EndUpdateResource'
     Function: 'GetSystemMenu'
    7.4 hrs.Example: 'How to convert a bitmap file to monochrome format (1 bpp)'
    Language: 'Visual FoxPro'
    10.04 hrs.Example: 'Starting an external application in VFP using WinExec'
     Example: 'Running MSDOS Shell as a child process with redirected input and output (smarter RUN command)'
    10.82 hrs.Function: 'NetGetDCName'
    Function group: 'Network Management'
    17.46 hrs.Example: 'Get the power status of your laptop computer'
     Function: 'LookupPrivilegeDisplayName'
    18.25 hrs.Function: 'AppendMenu'
    Function group: 'Menu'
    Google
    Advertise here!