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.
 
 
 
 
 
 

45 lines
1.7 KiB

;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1988 - 1991
; * All Rights Reserved.
; */
.XLIST ;AN000;
;AN000;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000;
;; DOS - GRAPHICS Command
;;
;; ;AN000;
;; File Name: GRINST.EXT ;AN000;
;; ---------- ;AN000;
;; ;AN000;
;; Description: ;AN000;
;; ------------ ;AN000;
;; External declarations for code and data defined in ;AN000;
;; GRLOAD.ASM ;AN000;
;; ;AN000;
;; Change History: ;AN000;
;; --------------- ;AN000;
;; ;AN000;
;; ;AN000;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000;
;; ;AN000;
EXTRN PARSE_VERB:NEAR ;; ;AN000;
EXTRN PARSE_PRINTER:NEAR ;; ;AN000;
; ~~mda(001) ----------------------------------------------------------------
; Added new procedure PARSE_DEFINE to support both IBM and HP
; printers.
;
EXTRN PARSE_DEFINE:NEAR ;
; ~~mda(001) ----------------------------------------------------------------
EXTRN PARSE_DISPLAYMODE:NEAR ;; ;AN000;
EXTRN PARSE_PRINTBOX:NEAR ;; ;AN000;
EXTRN PARSE_SETUP:NEAR ;; ;AN000;
EXTRN PARSE_RESTORE:NEAR ;; ;AN000;
EXTRN TERMINATE_PRINTER:NEAR ;; ;AN000;
EXTRN TERMINATE_DISPLAYMODE:NEAR ;; ;AN000;
EXTRN CUR_PRINTER_TYPE:BYTE ;; ;AN000;
;; ;AN000;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000;
.LIST ;AN000;