?? 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 + -