📄 dsp.h
字号:
//
//File name: DSP.H
//
#ifndef _DSP_H
#define _DSP_H
//+++++++++++++++++++++++++++++++++++++
//Exported functions
//-------------------------------------
BOOLEAN Ave2kLoadDSPCode(PDEVICE_EXTENSION pDE);
BOOLEAN Ave2kStartDSP(PDEVICE_EXTENSION pDE, ULONG nChannel);
BOOLEAN Ave2kStopDSP(PDEVICE_EXTENSION pDE, ULONG nChannel);
BOOLEAN Ave2kReStartDSP(PDEVICE_EXTENSION pDE, ULONG nChannel);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -