Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.6 KiB

  1. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  2. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  3. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  4. // PARTICULAR PURPOSE.
  5. //
  6. // Copyright 1996 - 2003 Microsoft Corporation. All Rights Reserved.
  7. //
  8. // FILE: Name.H
  9. //
  10. //
  11. // PURPOSE: Define string literals for interface funcion names.
  12. //
  13. // PLATFORMS:
  14. //
  15. // Windows 2000, Windows XP, Windows Server 2003
  16. //
  17. //
  18. #ifndef _NAME_H
  19. #define _NAME_H
  20. /////////////////////////////////////////////////////////
  21. // String Leterals
  22. /////////////////////////////////////////////////////////
  23. CONST CHAR NAME_CommandCallback[] = "CommandCallback";
  24. CONST CHAR NAME_Compression[] = "Compression";
  25. CONST CHAR NAME_DownloadCharGlyph[] = "DownloadCharGlyph";
  26. CONST CHAR NAME_DownloadFontHeader[] = "DownloadFontHeader";
  27. CONST CHAR NAME_FilterGraphics[] = "FilterGraphics";
  28. CONST CHAR NAME_HalftonePattern[] = "HalftonePattern";
  29. CONST CHAR NAME_ImageProcessing[] = "ImageProcessing";
  30. CONST CHAR NAME_MemoryUsage[] = "MemoryUsage";
  31. CONST CHAR NAME_OutputCharStr[] = "OutputCharStr";
  32. CONST CHAR NAME_SendFontCmd[] = "SendFontCmd";
  33. CONST CHAR NAME_TextOutAsBitmap[] = "TextOutAsBitmap";
  34. CONST CHAR NAME_TTDownloadMethod[] = "TTDownloadMethod";
  35. CONST CHAR NAME_TTYGetInfo[] = "TTYGetInfo";
  36. CONST CHAR NAME_WritePrinter[] = "WritePrinter";
  37. #endif