📄 modmain.bas
字号:
Attribute VB_Name = "modMain"
Option Explicit
'Sub Main is executed when the DLL loads and simply initializes
'the default no data byte array one time for the life of the DLL
Sub Main()
ReDim g_arNoData(0)
g_arNoData(0) = BYTE_OFF
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -