代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/225925/14510982
def rdllmfc.def
; RDLLMFC.def : Declares the module parameters for the DLL.
LIBRARY "RDLLMFC"
DESCRIPTION 'RDLLMFC Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/124756/14546153
def launchdll.def
; LaunchDLL.def : Declares the module parameters for the DLL.
LIBRARY "LaunchDLL"
DESCRIPTION 'LaunchDLL Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/124756/14546529
def mousehook.def
; Mousehook.def : Declares the module parameters for the DLL.
LIBRARY "Mousehook"
DESCRIPTION 'Mousehook Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
SECTION
www.eeworm.com/read/124751/14549746
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/224612/14581021
def extdllexample.def
; ExtDLLExample.def : Declares the module parameters for the DLL.
LIBRARY "ExtDLLExample"
DESCRIPTION 'ExtDLLExample Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go h
www.eeworm.com/read/124205/14590104
def samptarg.def
; SampTarg.def : Declares the module parameters for the DLL.
LIBRARY "SampTarg"
DESCRIPTION 'SampTarg Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/222649/14681487
bas modforparty.bas
Attribute VB_Name = "ModForParty"
Option Explicit
Public sqlForParty As String
Public sqlPartyPrint As String
'Public Dbstudent As Database
www.eeworm.com/read/122452/14689648
def talkdll.def
; TalkDll.def : Declares the module parameters for the DLL.
LIBRARY "TalkDll"
DESCRIPTION 'TalkDll Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/122034/14725618
bas recedit.bas
Attribute VB_Name = "Module1"
Option Explicit
Type Person
ID As Integer
MonthlySalary As Double
LastReviewDate As Long
FirstName As String * 15
LastNam