pgpsc.def

来自「PGP—Pretty Good Privacy」· DEF 代码 · 共 56 行

DEF
56
字号
; PGPsc.def : Declares the module parameters for the DLL.

LIBRARY      "PGPsc"
DESCRIPTION  'PGP Shell/Clipboard Library'

SECTIONS
          .SHARDAT READ WRITE SHARED

EXPORTS
		PlaybackHook
		AddToFileList
		HDropToFileList
		CmdLineToFileList
		FreeFileList
		PGPscQueryCacheSecsRemaining
		PGPscPreferences
		PGPscAbout
		AddKeyFileList
		DecryptFileList
		EncryptFileList
		WipeFileList
		JustFile
		GetValidityDrawPrefs
		GetMarginalInvalidPref
		GetSecureViewerPref
		LaunchInternalViewer
		InitPGPsc
		UninitPGPsc
		EncryptClipboard
		DecryptClipboard
		AddKeyClipboard
		DoLaunchKeys
		DoLaunchNet
		DoLaunchTools
		DoLaunchDisk
		ClipboardWipe
		WindowExists
		SendPGPlogMsg
		PGPpath

		ConcatOutBuffList
		MakeOutBuffItem
		TempestViewer

		DoPaste
		DoCopy
		DoFocus

		StartUpdateTimer
		UpdateTimerProc
		
		FreeSpaceWipeWizard
		FreeSpaceWipeCmdLine

		CheckForPurge

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?