2025-04-27 07:49:33 -04:00

60 lines
1.4 KiB
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// The name table used by IOemCB::GetImplementedMethod().
// Remove comments of names which are implemented in your
// IOemCB plug-ins.
//
// Note: The name table must be sorted. When you are
// inserting a new entry in this table, please mae sure
// the sort order being not broken.
//
CONST PSTR
gMethodsSupported[] = {
// "Command",
"CommandCallback",
// "Compression",
// "DeviceCapabilities",
"DevMode",
// "DevQueryPrintEx",
// "DisableDriver",
"DisablePDEV",
// "DocumentPropertySheets",
"DownloadCharGlyph",
"DownloadFontHeader",
// "DriverDMS",
// "DriverEvent",
"DrvGetGPDData",
"DrvGetDriverSetting",
// "DrvWriteSpoolBuf",
// "EnableDriver",
"EnablePDEV",
// "FilterGraphics",
// "FontInstallerDlgProc",
// "GetDDIHooks",
// "GetDriverSetting",
"GetImplementedMethod",
"GetInfo",
// "HalftonePattern",
"ImageProcessing",
"MemoryUsage",
"OutputCharStr",
// "PrinterEvent",
// "PropCommonUIProp",
"PublishDriverInterface",
// "QueryColorProfile",
"ResetPDEV",
"SendFontCmd",
// "SheetsDevicePropertySheets",
// "TextOutAsBitmap",
"TTDownloadMethod",
// "TTYGetInfo",
// "UpdateUISetting",
// "UpgradePrinter",
// "UpgradeRegistry",
// "UpgradeRegistrySetting",
};
// End of File