Sample Code
windows driver samples/ Generic Text-Only Driver/ C++/ inc/ name.h/
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // // Copyright 1997-2003 Microsoft Corporation. All Rights Reserved. // // FILE: name.h // // PURPOSE: Define common strings. // #pragma once CONST CHAR pstrGetInfo[] = "GetInfo"; CONST CHAR pstrDevMode[] = "DevMode"; CONST CHAR pstrPublishDriverInterface[] = "PublishDriverInterface"; CONST CHAR pstrGetImplementedMethod[] = "GetImplementedMethod"; CONST CHAR pstrCommonUIProp[] = "PropCommonUIProp"; CONST CHAR pstrDocumentPropertySheets[] = "DocumentPropertySheets"; CONST CHAR pstrDevicePropertySheets[] = "SheetsDevicePropertySheets"; CONST CHAR pstrDevQueryPrintEx[] = "DevQueryPrintEx"; CONST CHAR pstrDeviceCapabilities[] = "DeviceCapabilities"; CONST CHAR pstrUpgradePrinter[] = "UpgradePrinter"; CONST CHAR pstrPrinterEvent[] = "PrinterEvent"; CONST CHAR pstrQueryColorProfile[] = "QueryColorProfile"; CONST CHAR pstrUpgradeRegistry[] = "UpgradeRegistry"; CONST CHAR pstrFontInstallerDlgProc[] = "FontInstallerDlgProc"; CONST CHAR pstrGetDriverSetting[] = "GetDriverSetting"; CONST CHAR pstrUpgradeRegistrySetting[] = "UpgradeRegistrySetting"; CONST CHAR pstrUpdateUISetting[] = "UpdateUISetting"; CONST CHAR pstrEnableDriver[] = "EnableDriver"; CONST CHAR pstrDisableDriver[] = "DiableDriver"; CONST CHAR pstrEnablePDEV[] = "EnablePDEV"; CONST CHAR pstrDisablePDEV[] = "DisablePDEV"; CONST CHAR pstrResetPDEV[] = "ResetPDEV"; CONST CHAR pstrCommand[] = "Command"; CONST CHAR pstrDrvGetDriverSetting[] = "DrvGetDriverSetting"; CONST CHAR pstrDrvWriteSpoolBuf[] = "DrvWriteSpoolBuf"; CONST CHAR pstrDriverDMS[] = "DriverDMS"; CONST CHAR pstrGetDDIHooks[] = "GetDDIHooks"; CONST CHAR pstrCommandCallback[] = "CommandCallback"; CONST CHAR pstrImageProcessing[] = "ImageProcessing"; CONST CHAR pstrFilterGraphics[] = "FilterGraphics"; CONST CHAR pstrCompression[] = "Compression"; CONST CHAR pstrHalftonePattern[] = "HalftonePattern"; CONST CHAR pstrMemoryUsage[] = "MemoryUsage"; CONST CHAR pstrDownloadFontHeader[] = "DownloadFontHeader"; CONST CHAR pstrDownloadCharGlyph[] = "DownloadCharGlyph"; CONST CHAR pstrTTDownloadMethod[] = "TTDownloadMethod"; CONST CHAR pstrOutputCharStr[] = "OutputCharStr"; CONST CHAR pstrSendFontCmd[] = "SendFontCmd"; CONST CHAR pstrTTYGetInfo[] = "TTYGetInfo"; CONST CHAR pstrTextOutAsBitmap[] = "TextOutAsBitmap"; CONST CHAR pstrWritePrinter[] = "WritePrinter";
Our Services
-
What our customers say about us?
Read our customer testimonials to find out why our clients keep returning for their projects.
View Testimonials