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.

39 lines
992 B

  1. ;******************************************************************************
  2. ;
  3. ; (C) Copyright MICROSOFT Corp., 1988
  4. ;
  5. ; Title: VflatD.INC -
  6. ;
  7. ; Version: 1.00
  8. ;
  9. ; Date: 10-Aug-1988
  10. ;
  11. ; Author: LDS
  12. ;
  13. ;------------------------------------------------------------------------------
  14. ;
  15. ; Change log:
  16. ;
  17. ; DATE REV DESCRIPTION
  18. ; ----------- --- -----------------------------------------------------------
  19. ; 10-Aug-1988 LDS Original
  20. ;
  21. ;==============================================================================
  22. WIN31 equ 1 ; support Windows 3.1
  23. VflatD_Chicago_ID equ 011Fh ; OEM #8 Device #31
  24. VflatD_Windows_ID equ (0440h + 29d) ; MMSYS OEM# device 30
  25. if WIN31
  26. VflatD_Device_ID equ VflatD_Windows_ID
  27. else
  28. VflatD_Device_ID equ VflatD_Chicago_ID
  29. endif
  30. VflatD_Version equ (0100h + 50) ; 1.50
  31. VflatD_Get_Version equ 0
  32. VflatD_Get_Sel equ 1
  33. VflatD_Reset equ 2