代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/429224/8814415
def autoasm.def
; AutoASM.def : Declares the module parameters for the DLL.
LIBRARY "AutoASM"
DESCRIPTION 'AutoASM Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/285500/8835284
def chapter2_5.def
; chapter2_5.def : Declares the module parameters for the DLL.
LIBRARY "CHAPTER2_5"
;DESCRIPTION 'CHAPTER2_5 Windows CE Dynamic Link Library'
EXPORTS
CPlApplet
; Explicit exports c
www.eeworm.com/read/384633/8855528
def wb.def
; WB.def : Declares the module parameters for the DLL.
LIBRARY "WB"
DESCRIPTION 'WB Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/428318/8876225
plg test.plg
Build Log
--------------------Configuration: test - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
www.eeworm.com/read/427720/8924416
def mousedll.def
; MouseDll.def : Declares the module parameters for the DLL.
LIBRARY "MouseDll"
DESCRIPTION 'MouseDll Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/284394/8936223
def tspga.def
; TspGA.def : Declares the module parameters for the DLL.
LIBRARY "TspGA"
DESCRIPTION 'TspGA Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/284348/8941896
def simple5.def
; Simple5.def : Declares the module parameters for the DLL.
LIBRARY "Simple5"
DESCRIPTION 'Simple5 Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
DllCanUnload
www.eeworm.com/read/284330/8943120
def evp.def
; Evp.def : Declares the module parameters for the DLL.
LIBRARY "Evp"
DESCRIPTION 'Evp Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
Crypt
Digest
Sign
www.eeworm.com/read/284127/8964562
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