tape.def
来自「This directory builds the Tape class dri」· DEF 代码 · 共 34 行
DEF
34 行
;//+-------------------------------------------------------------------------
;//
;// Microsoft Windows
;//
;// Copyright (C) Microsoft Corporation, 1998 - 1998
;//
;// File: tape.def
;//
;//--------------------------------------------------------------------------
NAME TAPE.SYS
EXPORTS
TapeClassInitialize
TapeClassAllocateSrbBuffer
TapeClassZeroMemory
TapeClassCompareMemory
TapeClassLogicalBlockToPhysicalBlock
TapeClassPhysicalBlockToLogicalBlock
TapeClassLiDiv
TapeDebugPrint
;
; Alias to allow /GS support LIB to be miniport-agnostic. Must
; be exported as "ScsiPortNotification" to allow SCSI/RAID
; miniports compiled for the current OS to run downlevel as well.
;
TapeClassNotification
ScsiPortNotification=TAPE.TapeClassNotification
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?