Gets description of exception's module.
Unit
Syntax
ParametersAAddr [in] Exception address. Usually it's ExceptAddr value or equivalent.
This address is used to determinate handle of module which contains code with the specified address.
Return valueDescription of exception module file or empty string if it's not available.
Sample output: 'bds.exe - (Embarcadero RAD Studio for Windows)'
RemarksThis function extracts description of module file from version information. If such information is present - function returns "File description" field with module file name. Otherwise empty string is returned.
If exception was raised in .exe file - the return value will be equal to GetApplicationDescription.
This function is simple combination GetModuleDescription(FindHInstance(AAddr))
See also
|