代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/326993/7123409
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" _
(ByVal nDrive As String) As Long
Public Co
www.eeworm.com/read/128951/7132652
bas machine.bas
Attribute VB_Name = "Machine"
Option Explicit
Global hPrinter As Long
Public Function Print_ICCID(pICCID As String, PrintType As Integer) As Boolean
Dim bRc As Long
Dim lPrinterACKTimeout