wdmaud.def
来自「winNT技术操作系统,国外开放的原代码和LIUX一样」· DEF 代码 · 共 27 行
DEF
27 行
; $Id: wdmaud.def 12852 2005-01-06 13:58:04Z mf $
;
; wdmaud.def
;
; ReactOS Operating System
;
; Each of the "message" functions can be commented out to stop the
; corresponding device type from being supported. This is mainly so we can
; focus on debugging a particular device type.
;
LIBRARY wdmaud.drv
EXPORTS
; DriverProc is needed so the driver can startup and shutdown
DriverProc@20
; Wave input support
;widMessage@20
; Wave output support
wodMessage@20
; Midi input support
;midMessage@20
; Midi output support
;modMessage@20
; Mixer support
;mxdMessage@20
; Auxiliary device support
;auxMessage@20
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?