2025-04-27 07:49:33 -04:00

25 lines
705 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;/*
; * 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