Source code of Windows XP (NT5)
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.

45 lines
1.5 KiB

  1. /************************************************************************/
  2. /* */
  3. /* ATIOEM.H */
  4. /* */
  5. /* Copyright (c) 1993, ATI Technologies Incorporated. */
  6. /************************************************************************/
  7. /********************** PolyTron RCS Utilities
  8. $Revision: 1.0 $
  9. $Date: 31 Jan 1994 11:28:06 $
  10. $Author: RWOLFF $
  11. $Log: S:/source/wnt/ms11/miniport/vcs/atioem.h $
  12. *
  13. * Rev 1.0 31 Jan 1994 11:28:06 RWOLFF
  14. * Initial revision.
  15. Rev 1.0 16 Aug 1993 13:30:20 Robert_Wolff
  16. Initial revision.
  17. Rev 1.1 10 May 1993 16:41:48 RWOLFF
  18. Eliminated unnecessary passing of hardware device extension
  19. as a parameter.
  20. Rev 1.0 30 Mar 1993 17:13:00 RWOLFF
  21. Initial revision.
  22. End of PolyTron RCS section *****************/
  23. #ifdef DOC
  24. ATIOEM.H - Function prototypes and data definitions for ATIOEM.C.
  25. #endif
  26. /*
  27. * Definitions for IgnoreCase parameter of CompareASCIIToUnicode()
  28. */
  29. #define CASE_SENSITIVE 0
  30. #define CASE_INSENSITIVE 1
  31. extern LONG CompareASCIIToUnicode(PUCHAR Ascii, PUCHAR Unicode, BOOL IgnoreCase);
  32. extern VP_STATUS OEMGetParms(struct query_structure *query);