代码搜索:explicit

找到约 10,000 项符合「explicit」的源代码

代码结果 10,000
www.eeworm.com/read/295786/8140546

bas arpriv.bas

Attribute VB_Name = "ARPriv" Option Explicit Public gPublicCommon As PublicCommon Public gPublicFunction As PublicFuncion Public gDbCommon As DbCommon
www.eeworm.com/read/295786/8140936

bas kcglpriv.bas

Attribute VB_Name = "KcGlPriv" Option Explicit Public gPublicCommon As PublicCommon Public gPublicFunction As PublicFuncion Public gDbCommon As DbCommon
www.eeworm.com/read/295786/8141123

bas appriv.bas

Attribute VB_Name = "APPriv" Option Explicit Public gPublicCommon As PublicCommon Public gPublicFunction As PublicFuncion Public gDbCommon As DbCommon
www.eeworm.com/read/247249/12670877

def hmcomm.def

; HmComm.def : Declares the module parameters for the DLL. LIBRARY "HmComm" DESCRIPTION 'HmComm Windows Dynamic Link Library' EXPORTS ; Explicit exports can go here DllCanUnloadNow
www.eeworm.com/read/247249/12670926

bak hmcomm.def.bak

; HmComm.def : Declares the module parameters for the DLL. LIBRARY "HmComm" DESCRIPTION 'HmComm Windows Dynamic Link Library' EXPORTS ; Explicit exports can go here
www.eeworm.com/read/146081/12678919

bas rtlmovememory.bas

Attribute VB_Name = "Module1" Option Explicit Declare Sub RtlMoveMemory Lib "KERNEL32" (lpvDest As Any, lpvSource As Any, ByVal cbCopy As Long) Sub Main() Dim L1 As Long, L2 As Long L
www.eeworm.com/read/146081/12679050

bas messagebox.bas

Attribute VB_Name = "ShareAPI" Option Explicit Declare Function MessageBox Lib "user32" Alias "MessageBoxA" (ByVal hwnd As Long, ByVal lpText As String, ByVal lpCaption As String, ByVal wType As L
www.eeworm.com/read/146081/12679338

bas setwindowtext.bas

Attribute VB_Name = "SetWindowTextModule" Option Explicit Declare Function SetWindowText Lib "user32" Alias "SetWindowTextA" (ByVal hwnd As Long, ByVal lpString As String) As Long
www.eeworm.com/read/332869/12721199

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit '----------盽计
www.eeworm.com/read/145464/12722815

def xiazai.def

; xiazai.def : Declares the module parameters for the DLL. LIBRARY "xiazai" DESCRIPTION 'xiazai Windows Dynamic Link Library' EXPORTS ; Explicit exports can go here