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.

24 lines
705 B

  1. ;/*
  2. ; * Microsoft Confidential
  3. ; * Copyright (C) Microsoft Corporation 1991
  4. ; * All Rights Reserved.
  5. ; */
  6. ;; generic ioctl call data "packet" pointed to by DS:DX =E
  7. PACKET STRUC ;USED BY MINOR CODES: 6AH,4AH,4DH (SELECT, QUERY SELECTED, PREPARE END) =E
  8. PACKLEN DW 0 ;LENGTH OF PACKET IN BYTES =E 2/16/KK
  9. PACKCPID DW 0 ;CODE PAGE ID =E
  10. DBCS_EV DB 0,0 ; 2/16/KK
  11. DB 0,0 ; 2/16/KK
  12. DB 0,0 ; 2/16/KK
  13. DB 0,0 ; 2/16/KK
  14. DB 0,0 ; 2/16/KK
  15. DB 0,0 ; 2/16/KK
  16. DB 0,0 ; 2/16/KK
  17. DB 0,0 ; 2/16/KK
  18. PACKET ENDS
  19. STD_CPLENGTH equ 2
  20. PK PACKET <> ;CNS
  21.