⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 errors.cpp

📁 vc环境下的pgp源码
💻 CPP
📖 第 1 页 / 共 2 页
字号:
	}, 
	
	// kPGDMinorError_PostThreadMessageFailed
	{
		"of an internal error within the PGPdisk application"
	}, 
	
	// kPGDMinorError_BadAppOp
	{
		"of an internal error within the PGPdisk application"
	}, 
	
	// kPGDMinorError_SetVolumeLabelFailed
	{
		"PGPdisk was unable to set the name of a volume"
	}, 
	
	// kPGDMinorError_SetTimerFailed
	{
		"Windows is running critically low on resources"
	}, 
	
	// kPGDMinorError_HookSysBroadcastFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_BitmapLoadFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_LinPageLockFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_LinPageUnlockFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_VirtualFreeFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_RegCreateKeyExFailed
	{
		"of a problem accessing the system registry"
	}, 
	
	// kPGDMinorError_RegSetValueExFailed
	{
		"of a problem accessing the system registry"
	}, 
	
	// kPGDMinorError_RegCloseKeyFailed
	{
		"of a problem accessing the system registry"
	}, 

	// kPGDMinorError_BadHeaderMagic
	{
		"this file does not appear to be a valid PGPdisk"
	}, 
	
	// kPGDMinorError_BadHeaderCRC
	{
		"this file does not appear to be a valid PGPdisk"
	}, 
	
	// kPGDMinorError_InvalidHeaderType
	{
		"this file does not appear to be a valid PGPdisk"
	}, 
	
	// kPGDMinorError_NewerHeaderVersion
	{
		"this PGPdisk was created by a newer version of the PGPdisk "
		"application."
	}, 
	
	// kPGDMinorError_BadHeaderSize
	{
		"this file does not appear to be a valid PGPdisk"
	}, 
	
	// kPGDMinorError_InvalidAlgorithm
	{
		"this file does not appear to be a valid PGPdisk"
	}, 
	
	// kPGDMinorError_InvalidTotalFileSize
	{
		"this file does not appear to be a valid PGPdisk"
	}, 
	
	// kPGDMinorError_InvalidFileDataSize
	{
		"this file does not appear to be a valid PGPdisk"
	}, 
	
	// kPGDMinorError_InvalidHeaderBlocks
	{
		"this file does not appear to be a valid PGPdisk"
	}, 
	
	// kPGDMinorError_IncorrectPassphrase
	{
		"the passphrase you entered is not a valid master or alternate "
		"passphrase for this PGPdisk"
	}, 
	
	// kPGDMinorError_PGPdiskIsWriteProtected
	{
		"this PGPdisk file is write-protected"
	}, 
	
	// kPGDMinorError_AllAlternatesTaken
	{
		"all seven alternate passphrases are already in use"
	}, 
	
	// kPGDMinorError_UnsupportedFilesystem
	{
		"this file does not appear to be a valid PGPdisk"
	}, 
	
	// kPGDMinorError_ContextNotInitialized
	{
		"of an internal error within the PGPdisk application"
	}, 
	
	// kPGDMinorError_InvalidSBoxes
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_GetFileAttribsFailed
	{
		"PGPdisk was unable to access a file"
	}, 
	
	// kPGDMinorError_GetVolumeInfoFailed
	{
		"PGPdisk was unable to get information about a volume"
	}, 
	
	// kPGDMinorError_HotKeyHookFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_RegOpenKeyExFailed
	{
		"of a problem accessing the system registry"
	}, 
	
	// kPGDMinorError_RegQueryValueExFailed
	{
		"of a problem accessing the system registry"
	}, 
	
	// kPGDMinorError_IopRequestOverflow
	{
		"an internal buffer overflow error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_MiniRequestOverflow
	{
		"an internal buffer overflow error within the PGPdisk drive"
	}, 
	
	// kPGDMinorError_RegisteredAppNotFound
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_PGPdiskNotFound
	{
		"this PGPdisk does not exist or could not be found"
	}, 
	
	// kPGDMinorError_DirectoryWriteProtected
	{
		"the specified directory is write-protected"
	}, 
	
	// kPGDMinorError_DirectoryNotFound
	{
		"the specified directory does not exist"
	}, 
	
	// kPGDMinorError_DirectoryTooSmall
	{
		"the specified directory does not have the minimum required amount "
		"of free space (about 75k)"
	}, 
	
	// kPGDMinorError_NoDriveLettersFree
	{
		"there are no free drive letters available"
	}, 
	
	// kPGDMinorError_UserAbort
	{
		"the user canceled the operation"
	}, 
	
	// kPGDMinorError_GetFileSizeFailed
	{
		"PGPdisk could not determine the size of a file"
	}, 
	
	// kPGDMinorError_NoAlternatesToRemove
	{
		"this PGPdisk has no alternate passphrases to remove"
	}, 
	
	// kPGDMinorError_RegEnumKeyExFailed
	{
		"of a problem accessing the system registry"
	}, 
	
	// kPGDMinorError_RegDeleteKeyFailed
	{
		"of a problem accessing the system registry"
	}, 
	
	// kPGDMinorError_PGPdiskNotMounted
	{
		"the specified file is not a mounted PGPdisk"
	}, 
	
	// kPGDMinorError_InvalidPathNameFound
	{
		"the specified path or filename is invalid"
	}, 
	
	// kPGDMinorError_FindFirstFileFailed
	{
		"an error occured while finding a directory or a file"
	}, 
	
	// kPGDMinorError_CoCreateInstanceFailed
	{
		"an error occurred while initializing an OLE object"
	}, 
	
	// kPGDMinorError_QueryInterfaceFailed
	{
		"an error occurred while querying an OLE object"
	}, 
	
	// kPGDMinorError_OLELoadCommandFailed
	{
		"an error occurred whlie loading an OLE object"
	}, 
	
	// kPGDMinorError_ResolveShortcutFailed
	{
		"the specified shortcut could not be resolved"
	}, 
	
	// kPGDMinorError_OLEGetPathFailed
	{
		"the specified shortcut could not be resolved"
	}, 
	
	// kPGDMinorError_OLEGetDescriptionFailed
	{
		"an error occurred while getting a description of the file"
	}, 
	
	// kPGDMinorError_CoInitializeExFailed
	{
		"the COM library could not be initialized"
	}, 
	
	// kPGDMinorError_InstallFSAPIHookFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_PGPdiskAlreadyInUse
	{
		"this PGPdisk may already be opened with read/write access by "
		"another user or application"
	}, 
	
	// kPGDMinorError_RegDeleteValueFailed
	{
		"of a problem accessing the system registry"
	}, 
	
	// kPGDMinorError_MapViewOfFileFailed
	{
		"Windows is running critically low on resources"
	}, 
	
	// kPGDMinorError_OleInitFailed
	{
		"OLE could not be initialized"
	}, 
	
	// kPGDMinorError_DeviceConstructFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_RegEnumValueFailed
	{
		"of a problem accessing the system registry"
	}, 
	
	// kPGDMinorError_PGPdiskIsBusy
	{
		"this PGPdisk is busy processing an I/O request"
	}, 
	
	// kPGDMinorError_SHFormatDriveFailed
	{
		"PGPdisk was unable to display the Windows formatting dialog"
	}, 
	
	// kPGDMinorError_DiskTooBigToFormat
	{
		"the specified PGPdisk volume is too large to format automatically. "
		"Instead, browse to the volume in the Windows Explorer, "
		"right-click on the drive letter, and choose 'Format' from the "
		"context menu."
	}, 
	
	// kPGDMinorError_ZwQueryInfoFileFailed
	{
		"PGPdisk was unable to read the attributes of a file"
	}, 
	
	// kPGDMinorError_ZwCreateFileFailed
	{
		"PGPdisk was unable to open or create a file"
	}, 
	
	// kPGDMinorError_ZwCloseFailed
	{
		"PGPdisk was unable to close a file"
	}, 
	
	// kPGDMinorError_ZwReadFileFailed
	{
		"PGPdisk was unable to read from a file"
	}, 
	
	// kPGDMinorError_ZwWriteFileFailed
	{
		"PGPdisk was unable to write to a file"
	}, 
	
	// kPGDMinorError_RtlAnsiToUniFailed
	{
		"PGPdisk was unable to convert a string from ANSI to Unicode"
	}, 
	
	// kPGDMinorError_RtlUniToAnsiFailed
	{
		"PGPdisk was unable to convert a string from Unicode to ANSI"
	}, 
	
	// kPGDMinorError_IoGetDeviceObjFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_IoCreateDeviceFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_IoCreateSymbolicLinkFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_IoDeleteSymbolicLinkFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_ObRefObjByHandleFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_IoBuildIOCTLRequestFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_IoCallDriverFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_IoBuildSynchFsdRequestFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 

	// kPGDMinorError_UniStringOpFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_NotCompatibleWindows
	{
		"PGPdisk is not compatible with your version of Windows"
	}, 
	
	// kPGDMinorError_RegisterClassExFailed
	{
		"a window class could not be registered"
	}, 
	
	// kPGDMinorError_CreateWindowFailed
	{
		"a window could not be created"
	}, 

	// kPGDMinorError_AttachMenuFailed
	{
		"Windows is running critically low on resources"
	}, 

	// kPGDMinorError_CreatePopupMenuFailed
	{
		"a menu could not be created"
	}, 

	// kPGDMinorError_InsertMenuFailed
	{
		"a menu item could not be inserted into a menu"
	}, 

	// kPGDMinorError_CreateFileMappingFailed
	{
		"Windows is running critically low on resources"
	}, 

	// kPGDMinorError_OpenFileMappingFailed
	{
		"Windows is running critically low on resources"
	}, 

	// kPGDMinorError_UnmapViewOfFileFailed, 
	{
		"of an internal error within the PGPdisk application"
	}, 

	// kPGDMinorError_WindowCreationFailed
	{
		"a window couldn't be created"
	}, 

	// kPGDMinorError_InvalidParameter
	{
		"an invalid parameter was received"
	}, 

	// kPGDMinorError_IoAllocateMdlFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 

	// kPGDMinorError_CreateSystemThreadFailed
	{
		"Windows is running critically low on resources"
	}, 

	// kPGDMinorError_InvalidDeviceReceived
	{
		"the system attempted to perform I/O to a non-existant PGPdisk"
	}, 

	// kPGDMinorError_BroadcastSystemMessageFailed
	{
		"PGPdisk was unable to broadcast a windows message to the system"
	}, 

	// kPGDMinorError_IoInitializeTimerFailed
	{
		"Windows is running critically low on resources"
	}, 

	// kPGDMinorError_KModeExceptionOccured
	{
		"of an internal error within the PGPdisk driver"
	}, 

	// kPGDMinorError_RegisterHotKeyFailed
	{
		"PGPdisk was unable to register a hotkey"
	}, 

	// kPGDMinorError_UnregisterHotKeyFailed
	{
		"PGPdisk was unable to unregister a hotkey"
	}, 

	// kPGDMinorError_CantFormatDrive
	{
		"PGPdisk doesn't support formatting drives of this type. Use "
		"Windows to format the drive instead"
	}, 

	// kPGDMinorError_CreateProcessFailed
	{
		"of an internal error within the PGPdisk application"
	}, 

	// kPGDMinorError_AccessDeniedToVolume
	{
		"access is denied. The current user doesn't have the privileges "
		"necessary to access the specified volume"
	}, 

	// kPGDMinorError_CouldntFindAppString
	{
		"the PGPdisk application could not be found. Please run PGPdisk "
		"once to correct this"
	}, 

	// kPGDMinorError_BlockSizeNotSupported
	{
		"PGPdisk does not support volumes whose block size is greater than "
		"the page size of the current system (usually 4k)"
	}, 

	// kPGDMinorError_WNetGetUniNameFailed
	{
		"PGPdisk was unable to determine the location of a file on a "
		"networked drive"
	}, 

	// kPGDMinorError_NetShareGetInfoFailed
	{
		"PGPdisk was unable to determine the location of a file on a "
		"networked drive"
	}, 

	// kPGDMinorError_TriedNTFSOnWin95
	{
		"it was formatted using the NTFS filesystem under Windows NT, which "
		"is not compatible with either Windows 95 or 98"
	}, 

	// kPGDMinorError_TriedReadOnlyNTFS
	{
		"it was formatted using the NTFS filesystem, which cannot be used "
		"in read-only mode. If you are attempting to mount this disk with "
		"an ADK and are seeing this message, then either uncheck the "
		"read-only option in the passphrase dialog or mark the PGPdisk "
		"file as non-read-only."
	}, 

	// kPGDMinorError_ZwOpenProcessFailed, 
	{
		"of an internal error within the PGPdisk driver"
	}, 
	
	// kPGDMinorError_ZwOpenProcessTokenFailed, 
	{
		"of an internal error within the PGPdisk driver"
	}, 

	// kPGDMinorError_ZwDuplicateTokenFailed, 
	{
		"of an internal error within the PGPdisk driver"
	}, 

	// kPGDMinorError_ZwSetThreadInfoFailed
	{
		"of an internal error within the PGPdisk driver"
	}, 

	// kPGDMinorError_NetWkstaGetInfoFailed
	{
		"PGPdisk was unable to determine the name of a computer"
	}, 

	// kPGDMinorError_SDKFuncFailed
	{
		"an error occurred while processing a public or private PGP key"
	}, 

	// kPGDMinorError_SDKNotAvailable
	{
		"the PGPsdk dll file could not be found"
	}, 

	// kPGDMinorError_ZwSetInfoFileFailed
	{
		"PGPdisk was unable to set the size of a file"
	}, 

	// kPGDMinorError_IncPassAndKeyNotInRing
	{
		"the passphrase you entered is not a valid master or alternate "
		"passphrase for this PGPdisk. (Please note that there were "
		"public key passphrases on this PGPdisk that could not be checked, "
		"either because they aren't on the local keyring or because the "
		"local keyring could not be opened.)"
	}, 

	// kPGDMinorError_CantGetADK
	{
		"the Additional Decryption Key associated with this installation of "
		"PGPdisk could not be accessed"
	}, 

	// kPGDMinorError_PGPdiskPassesWiped
	{
		"this PGPdisk has had its master and alternate passphrases wiped. "
		"It can now only be mounted by the holder of the private key "
		"associated with one or more of the public keys on the PGPdisk"
	}, 

	// kPGDMinorError_NoADKWhenConverting
	{
		"this PGPdisk contains an ADK that is not present on the current "
		"public key ring. Please acquire a copy of this public key before "
		"attempting conversion. A list of the public keys on this PGPdisk "
		"will now be displayed."
	}

};

⌨️ 快捷键说明

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