Message | Explanation and/or corrective action | Level |
|
|
|
Exit ToAdmin | Exiting the function that handles the mode switch | LOG_PROCESSING |
| into admin mode. |
|
|
|
|
Exit ToUser | Exiting the user mode switch function. | LOG_PROCESSING |
|
|
|
Exit | The AppName value does not exist in the registry so | LOG_PROCESSING |
| user mode cannot be entered. |
|
|
|
|
Exit verify | Exiting password verification. | LOG_PROCESSING |
|
|
|
Exit verify | Exiting password verification. | LOG_PROCESSING |
|
|
|
Found taskbar | The handle to the taskbar has been found so that | LOG_PROCESSING |
| AppLock can disable it in user mode. |
|
|
|
|
Getting address of keyboard hook init | AppLock is retrieving the address of the keyboard | LOG_PROCESSING |
procedure | hook. |
|
|
|
|
Getting configuration from registry | The AppLock configuration is being read from the | LOG_PROCESSING |
| registry. This occurs at initialization and also at entry |
|
| into user mode. The registry must be |
|
| entry into user mode in case the administration |
|
| changed the settings of the application being |
|
| controlled. |
|
|
|
|
Getting encrypt pwd length | The length of the encrypted password is being | LOG_EX |
| calculated. |
|
|
|
|
Hook wndproc failure | AppLock is unable to lock the application. This could | LOG_ERROR |
| happen if the application being locked encountered |
|
| an error after performing its initialization and shut |
|
| itself down prior to being locked by AppLock. |
|
|
|
|
Hook wndproc of open app failure | The application is open, but AppLock cannot lock it. | LOG_ERROR |
|
|
|
Hot key event creation failure | The Admin applet is unable to create the hotkey | LOG_ERROR |
| notification. |
|
|
|
|
Hot key pressed | Processing the hotkey and backdoor entry | LOG_EX |
|
|
|
Hot key pressed | Processing the hotkey and backdoor entry | LOG_EX |
|
|
|
Hot key set event failure | When the administrator changes the hotkey | LOG_ERROR |
| configuration the hotkey controller must be notified. |
|
| This notification failed. |
|
|
|
|
Hotkey press message received | The user just pressed the configured hotkey. | LOG_PROCESSING |
|
|
|
In app hook:WM_SIZE | In addition to preventing the locked application from | LOG_EX |
| exiting, AppLock must also prevent the application |
|
| from enabling the taskbar and resizing the |
|
| application’s window. This message traps a change |
|
| in the window size and corrects it. |
|
|
|
|
In app | In addition to preventing the locked application from | LOG_EX |
hook:WM_WINDOWPOSCHANGED | exiting, AppLock must also prevent the application |
|
| from enabling the taskbar and resizing the |
|
| application’s window. This message traps a change |
|
| in the window position and corrects it. |
|
|
|
|
Initializing keyboard hook procedure | AppLock is calling the keyboard hook initialization. | LOG_PROCESSING |
|
|
|
Keyboard hook initialization failure | The keyboard filter initialization failed. | LOG_ERROR |
|
|
|
Keyboard hook loaded OK | The keyboard hook dll exists and loaded | LOG_EX |
| successfully. |
|
|
|
|
L after Ctrl | Processing the backdoor entry. | LOG_EX |
|
|
|
6 - 16