modglobals.bas
来自「这个例程及文档详细地介绍了VB6中的物件导向概念」· BAS 代码 · 共 15 行
BAS
15 行
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 + =
减小字号Ctrl + -
显示快捷键?