module2.bas

来自「ecg source code in c++」· BAS 代码 · 共 15 行

BAS
15
字号
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 + =
减小字号Ctrl + -
显示快捷键?