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

📄 utils.bas

📁 COM编程接口处理方法 多个方法调用COM库函数
💻 BAS
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -