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
24 lines
705 B
;/*
|
|
; * Microsoft Confidential
|
|
; * Copyright (C) Microsoft Corporation 1991
|
|
; * All Rights Reserved.
|
|
; */
|
|
|
|
;; generic ioctl call data "packet" pointed to by DS:DX =E
|
|
PACKET STRUC ;USED BY MINOR CODES: 6AH,4AH,4DH (SELECT, QUERY SELECTED, PREPARE END) =E
|
|
PACKLEN DW 0 ;LENGTH OF PACKET IN BYTES =E 2/16/KK
|
|
PACKCPID DW 0 ;CODE PAGE ID =E
|
|
DBCS_EV DB 0,0 ; 2/16/KK
|
|
DB 0,0 ; 2/16/KK
|
|
DB 0,0 ; 2/16/KK
|
|
DB 0,0 ; 2/16/KK
|
|
DB 0,0 ; 2/16/KK
|
|
DB 0,0 ; 2/16/KK
|
|
DB 0,0 ; 2/16/KK
|
|
DB 0,0 ; 2/16/KK
|
|
PACKET ENDS
|
|
|
|
|
|
STD_CPLENGTH equ 2
|
|
PK PACKET <> ;CNS
|
|
|