TEurekaModuleInfo type

Top  Previous  Next

This is the TEurekaModuleInfo type:

 

Unit ExceptionLog.

 

 TEurekaModuleInfo = packed record

   Handle:                 THandle;

   Name:                   string;

   Description:           string;

   Version:               string;

   Size:                   DWord;

   FunctionsList:         TEurekaFunctionsList;

   ModuleType:             TEurekaModuleType;

   ExtraInformation:       TEurekaExtraInformation;

   OtherDebugData:         TELDebugInfoSource;

   LastModified:           TDateTime;

   EncryptPassword:       string;

   IsValidEncryptPassword: Boolean;

end;

 PEurekaModuleInfo = ^TEurekaModuleInfo;