⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 module2.bas

📁 ecg source code in c++
💻 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 + -