代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/313161/3645492
bas setupres.bas
Attribute VB_Name = "basSetupRes"
Option Explicit
Option Compare Text
'
' Global vars
'
Global Const resSETMSG% = 1
'
'frmBegin
'
Global Const resSPECDEST% = 100
Global Const resSPECNOD
www.eeworm.com/read/313161/3645499
bas setup1.bas
Attribute VB_Name = "basSetup1"
Option Explicit
Option Compare Text
'
' Global Constants
'
Public Enum OverwriteReturnVal
owYes
owNo
owNoToAll
End Enum
'Return values for
www.eeworm.com/read/304811/3784799
def hook.def
; hook.def : Declares the module parameters for the DLL.
LIBRARY "hook"
DESCRIPTION 'hook Windows Dynamic Link Library'
SECTIONS
shareddata READ WRITE SHARED
EXPORTS
; Explicit expor
www.eeworm.com/read/303749/3808930
bas startup.bas
Attribute VB_Name = "startup"
'
' Project: vbaddrq
'
' Description:
' This simple app uses the SIO_ADDRESS_LIST_QUERY ioctl to obtain
' the local IP interfaces.
'
Option Explicit
'
www.eeworm.com/read/288130/4009768
def compa.def
; CompA.def : Declares the module parameters for the DLL.
LIBRARY "CompA"
DESCRIPTION 'CompA Component Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
DllGetCl
www.eeworm.com/read/288130/4009787
def compb.def
; CompB.def : Declares the module parameters for the DLL.
LIBRARY "CompB"
DESCRIPTION 'CompB Component Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
DllGetCl
www.eeworm.com/read/287799/4016877
def dlldemo.def
; dlldemo.def : Declares the module parameters for the DLL.
LIBRARY "dlldemo"
DESCRIPTION 'dlldemo Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
IntAdd @1
www.eeworm.com/read/282734/4088441
bas dbgwproc.bas
Attribute VB_Name = "WindowProcHookMod"
Option Explicit
Private Const cstrEbMode As String = "EbMode"
Private Declare Function GetModuleHandle Lib "kernel32" Alias "GetModuleHandleA" (ByVal lpModul