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

📄 messages.h

📁 研读AxCrypt对加解密的处理方法
💻 H
📖 第 1 页 / 共 4 页
字号:
//
#define MSG_INTERNAL_ERROR               0xC000239BL

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_CRYPTO_HEAP_CONSTRUCT
//
// MessageText:
//
//  Irrecoverable error constructing CryptoHeap(), %4.
//
#define MSG_CRYPTO_HEAP_CONSTRUCT        0xC00023A0L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_CRYPTO_HEAP_DESTRUCT
//
// MessageText:
//
//  Irrecoverable error destructing CryptoHeap(), %4.
//
#define MSG_CRYPTO_HEAP_DESTRUCT         0xC00023A5L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: INF_MENU_ERROR
//
// MessageText:
//
//  >>ERROR<<
//
#define INF_MENU_ERROR                   0x400023AAL

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: INF_MENU_DEBUG
//
// MessageText:
//
//  Debug
//
#define INF_MENU_DEBUG                   0x400023AFL

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: HLP_MENU_DEBUG
//
// MessageText:
//
//  Debug: Display the file name and do nothing.
//
#define HLP_MENU_DEBUG                   0x400023B4L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_MEMORY_LEAK
//
// MessageText:
//
//  Possible memory leak of %2 bytes in %3 including heap overhead.
//
#define MSG_MEMORY_LEAK                  0xC00023B9L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: INF_APP_QUIT
//
// MessageText:
//
//  %1 is terminating due to user request.%0
//
#define INF_APP_QUIT                     0x400023BEL

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: INF_APP_START
//
// MessageText:
//
//  ***** %1 is starting the main thread.%0
//
#define INF_APP_START                    0x400023C3L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: INF_DEBUG
//
// MessageText:
//
//  Debug: %2%0
//
#define INF_DEBUG                        0x400023C8L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: INF_DEBUG2
//
// MessageText:
//
//  Debug: %2 (%3)%0
//
#define INF_DEBUG2                       0x400023CDL

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: INF_SAVED_ENTROPY
//
// MessageText:
//
//  Saving half of entropy pool to registry.%0
//
#define INF_SAVED_ENTROPY                0x400023D2L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: INF_LOADED_ENTROPY
//
// MessageText:
//
//  Loading half of entropy pool from registry.%0
//
#define INF_LOADED_ENTROPY               0x400023D7L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: INF_GATHERING_ENTROPY
//
// MessageText:
//
//  Gathering %2 bits of entropy to the pool.%0
//
#define INF_GATHERING_ENTROPY            0x400023DCL

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: INF_USING_ENTROPY
//
// MessageText:
//
//  Using %2 bits of entropy from the pool.%0
//
#define INF_USING_ENTROPY                0x400023E1L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: ERR_UNTRAPPED
//
// MessageText:
//
//  Internal error, untrapped exception: %4
//
#define ERR_UNTRAPPED                    0xC00023E6L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: ERR_ARGUMENT
//
// MessageText:
//
//  Internal error, invalid function argument in %4
//
#define ERR_ARGUMENT                     0xC00023EBL

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: ERR_MMTIMER
//
// MessageText:
//
//  Multimedia timer error in %4.
//
#define ERR_MMTIMER                      0xC00023F0L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: WRN_GATHER_THREAD
//
// MessageText:
//
//  Warning - could not stop the Gather thread gracefully.%0
//
#define WRN_GATHER_THREAD                0x800023F5L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: WRN_FLIPPER_THREAD
//
// MessageText:
//
//  Warning - could not stop the Flipper thread gracefully.%0
//
#define WRN_FLIPPER_THREAD               0x800023FAL

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: WRN_USERENTROPY_THREAD
//
// MessageText:
//
//  Warning - could not stop the User Entropy thread gracefully.%0
//
#define WRN_USERENTROPY_THREAD           0x800023FFL

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_OSCILLATOR
//
// MessageText:
//
//  The bit oscillator appears to run at %2MHz.%0
//
#define MSG_OSCILLATOR                   0x40002404L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: INF_ENTROPY_START
//
// MessageText:
//
//  Starting entropy collector.%0
//
#define INF_ENTROPY_START                0x40002409L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: INF_ENTROPY_STOP
//
// MessageText:
//
//  Stopping entropy collector.%0
//
#define INF_ENTROPY_STOP                 0x4000240EL

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: INF_WINDOWS_ENTROPY
//
// MessageText:
//
//  Added a byte of Window state change to entropy pool.%0
//
#define INF_WINDOWS_ENTROPY              0x40002413L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: INF_MOUSE_ENTROPY
//
// MessageText:
//
//  Added a byte of Mouse position change to entropy pool.%0
//
#define INF_MOUSE_ENTROPY                0x40002418L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
//	Rel 1.2
//
// This is/should never be used to display, so translation need
// not be perfect. It is used as a placeholder to generate a proper
// error id.
//
//
// MessageId: ERR_UNSPECIFIED
//
// MessageText:
//
//  Unspecified error.
//
#define ERR_UNSPECIFIED                  0xC000241DL

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
//	Rel 1.2.1 - Only used for it's code. This code is
// returned when in server mode no passphrase was
// found for an encryption or decryption.
//	No translation needed - the text is never shown.
//
//
// MessageId: ERR_NO_PASSPHRASE
//
// MessageText:
//
//  No Passphrase.
//
#define ERR_NO_PASSPHRASE                0xC0002422L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
//	Rel 1.2.1 - Only used for log-file entries.
//	it is written when an attempt is made to
// launch and open in server mode
//
//
// MessageId: ERR_LOG_OPEN_IN_SERVER_MODE
//
// MessageText:
//
//  An attempt was made to open and launch '%2' in server mode.
//
#define ERR_LOG_OPEN_IN_SERVER_MODE      0xC0002427L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
//	Rel 1.2.1 - Only used for log-file entries.
//	it is written when an attempt is made to
// prompt for a passphrase in server mode.
//
//
// MessageId: ERR_KEYPROMPT_SERVER_MODE
//
// MessageText:
//
//  Passphrase was needed in server mode.
//
#define ERR_KEYPROMPT_SERVER_MODE        0xC000242CL

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
//	Rel 1.2.1 - Only used for log-file entries.
//
//
// MessageId: INF_SERVER_SHELL
//
// MessageText:
//
//  Executed command '%2' in server mode.
//
#define INF_SERVER_SHELL                 0x40002431L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
//	Rel 1.2.1 - Only used for log-file entrys.
//
//
// MessageId: ERR_SERVER_SHELL
//
// MessageText:
//
//  Failed to execute command '%2' due to '%3' in server mode.
//
#define ERR_SERVER_SHELL                 0xC0002436L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// Rel 1.2.2 - Only used for log-file entries
//
//
// MessageId: INF_COMPRESS_RATIO
//
// MessageText:
//
//  Approximate compression ratio for %2 is %3.
//
#define INF_COMPRESS_RATIO               0x4000243BL

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// Rel 1.4.2 - Menu choice for brute forceing
//
//
// MessageId: INF_MENU_BRUTEFORCE
//
// MessageText:
//
//  Bruteforce
//
#define INF_MENU_BRUTEFORCE              0x40002440L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// Rel 1.4.2 - Menu help for brute forceing
//
//
// MessageId: HLP_MENU_BRUTEFORCE
//
// MessageText:
//
//  (Re)Start attempted brute force open.
//
#define HLP_MENU_BRUTEFORCE              0x40002445L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// Rel 1.4.2 - Menu choice for getting header info in hex to clipboard
//
//
// MessageId: INF_MENU_HEXCOPY
//
// MessageText:
//
//  Copy Meta Info
//
#define INF_MENU_HEXCOPY                 0x4000244AL

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// Rel 1.4.2 - Menu help for getting header info in hex to clipboard
//
//
// MessageId: HLP_MENU_HEXCOPY
//
// MessageText:
//
//  Copy file meta information to clipboard in hex form. Use only when instructed.
//
#define HLP_MENU_HEXCOPY                 0x4000244FL

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// Rel 1.2.2
//	Only for used as an exit code! No translation needed.
//
//
// MessageId: WRN_NO_HAVE_KEY
//
// MessageText:
//
//  Key not in cache.
//
#define WRN_NO_HAVE_KEY                  0x80002454L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// Rel 1.2.2
//	Only for used as an exit code! No translation needed.
//
//
// MessageId: WRN_IGNORED
//
// MessageText:
//
//  Ignored.
//
#define WRN_IGNORED                      0x80002459L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// Rel 1.3.1
//
//	No visible error message, but a return status indicating
// no tag was found.
// No translation necessary.
//
//
// MessageId: ERR_NO_IDTAG
//
// MessageText:
//
//  No IdTag
//
#define ERR_NO_IDTAG                     0xC000245EL

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// Rel 1.5 - Not an error, just a non-zero return to terminate operations
// without error when necessary. There is no text associated with this.
//
//
// MessageId: INF_NOERROR
//
// MessageText:
//
//  INF_NOERROR
//
#define INF_NOERROR                      0x40002463L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// Rel 1.5 - Not an error, just return code to indicate that a folder was
// deleted at the end of a folder event. There is no text associated.
//
//
// MessageId: INF_IT_FOLDER_DEL
//
// MessageText:
//
//  INF_IT_FOLDER_DEL
//
#define INF_IT_FOLDER_DEL                0x40002468L

// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// Rel 1.5.4.3 - Generic error message with context in a function
//
//
// MessageId: ERR_GENERIC_FUNC
//
// MessageText:
//
//  %4 in %3
//
#define ERR_GENERIC_FUNC                 0x4000246DL

⌨️ 快捷键说明

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