📄 module2.bas
字号:
Attribute VB_Name = "Module2"
' Public modules for return functions
Option Explicit
Private cally As Long
Public Function Buffer_filled(ByVal hwi As Long, ByVal uMsg As Long, ByVal dwInstance As Long, ByRef hdr As WAVEHDR, ByVal dwParam2 As Long)
Dim rc As Long
'rc = waveInStop(hwi)
Buffer_filled = 0
End Function
Public Function Buffer_filled2()
'rc = waveInStop(hwi)
End Function
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -