Root > Reference > All Types > TELEvPasswordRequestProc

Type TELEvPasswordRequestProc

Previous pageReturn to chapter overviewNext page   

Procedural event handler for OnPasswordRequest event.

 

Unit

EEvents

 

Syntax

 

Code (Delphi)

TELEvPasswordRequestProc = procedure(

const ACustom: Pointer;

const AModule: HMODULE;

var APassword: String;

var ACallNextHandler: Boolean

);

 

Parameters

ACustom [in, optional]

Custom user data parameter. It's the same pointer as it was passed to RegisterEvent-function.

 

AModule [in]

Module handle which password is retrieved.

 

APassword [out]

Password for debug information.

 

ACallNextHandler [out]

True (default) - call next registered event handler, False - do not call next event handler.

 

Remarks

EurekaLog includes a OnPasswordRequest event for interaction with the user program when a raised exception is handled by EurekaLog and debug information was saved as encrypted. This event allow EurekaLog to obtain the exact password required to can decrypt all the encrypted data, otherwise all the data will be store in the bug report file in encrypted form, also error dialogs will show bug report in encrypted form.

 

The developer of application may use EurekaLog Viewer tool to decrypt encrypted bug reports.

 

You can use this event to supply your password to EurekaLog. By default this password is not stored in your executables. It's impossible to decrypt encrypted debug information without a password.

 

You can either ask user for password at run-time or retrieve it from application's configuration.

 

Note

This event will not be called if password was obtained by some other means (for example, loaded from local cache, or supplied via --el_password= cmd line argument, etc.).

 

See also




Send feedback... Build date: 2023-09-11
Last edited: 2023-09-11
PRIVACY STATEMENT
The documentation team uses the feedback submitted to improve the EurekaLog documentation. We do not use your e-mail address for any other purpose. We will remove your e-mail address from our system after the issue you are reporting has been resolved. While we are working to resolve this issue, we may send you an e-mail message to request more information about your feedback. After the issues have been addressed, we may send you an email message to let you know that your feedback has been addressed.


Permanent link to this article: https://www.eurekalog.com/help/eurekalog/topic_type_eevents_televpasswordrequestproc.php