代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/202443/15384184
def mydll.def
; Mydll.def : Declares the module parameters for the DLL.
LIBRARY "Mydll"
DESCRIPTION 'Mydll Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
DllCanUnloadNow PR
www.eeworm.com/read/202397/15384510
bas 工资管理.bas
Attribute VB_Name = "ggzlzc"
Option Explicit
Public user As String
Declare Function GetWindowsDirectory Lib "kernel32" Alias "GetWindowsDirectoryA" (ByVal lpbuffer As String, ByVal nsize As Long) A
www.eeworm.com/read/200186/15438660
def dll.def
; dll.def : Declares the module parameters for the DLL.
LIBRARY "dll"
DESCRIPTION 'dll Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
Init @1
isUpdate
www.eeworm.com/read/100972/15461046
bas modfocus.bas
Attribute VB_Name = "modFocus"
Option Explicit
Public Sub Focus(varX As Variant)
'selects entire txtbox
With varX
If .Text "" Then
.SelStart = 0
.SelLen
www.eeworm.com/read/113372/15464205
def dllb.def
; DllB.def : Declares the module parameters for the DLL.
LIBRARY "DllB"
DESCRIPTION 'DllB Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/113372/15464208
def dllc.def
; DllC.def : Declares the module parameters for the DLL.
LIBRARY "DllC"
DESCRIPTION 'DllC Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/113372/15464225
def dlla.def
; DllA.def : Declares the module parameters for the DLL.
LIBRARY "DllA"
DESCRIPTION 'DllA Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/113371/15464280
def cj60lib.def
; CJ60Lib.def : Declares the module parameters for the DLL.
;LIBRARY "CJ60Lib"
DESCRIPTION 'CJ60Lib Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/113278/15465056
def ex22d.def
; ex22d.def : Declares the module parameters for the DLL.
LIBRARY "ex22d"
DESCRIPTION 'ex22d Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/113085/15470556
def mfcsample.def
; MFCSample.def : Declares the module parameters for the DLL.
LIBRARY "MFCSample"
DESCRIPTION 'MFCSample Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
DllCan