📄 modglobals.bas
字号:
Attribute VB_Name = "modGlobals"
'********************************************************************************************
' modGlobals Module Definition
'
' This is a standard module for the global declarations
' needed by the SharedMemMaps32 DLL.
'
'********************************************************************************************
Option Explicit
'Declare a default byte array to be filled with a zero byte
' for returning as no data
Global g_arNoData() As Byte
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -