utils.bas

来自「COM编程接口处理方法 多个方法调用COM库函数」· BAS 代码 · 共 11 行

BAS
11
字号
Attribute VB_Name = "Utils"
Option Explicit

Public Const E_NOTIMPL = &H80004001 ' Constant that represents the standard HRESULT
Public Const E_FAIL As Long = &H80004005 ' HRESULT constant for returning errors
Public Const S_FALSE = &H1        ' Constant that represents the standard HRESULT

Public Const g_sFileExtension = ".spt"


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?