TEurekaProcessInfo type

Top  Previous  Next

This is the TEurekaProcessInfo type:

 

Unit ExceptionLog.

 

  TEurekaProcessInfo = packed record

    ProcessID:   DWord;

    Name:        string;

    Description: string;

    Version:     string;

    Priority:    DWord;

    Memory:      DWord;

    Threads:     DWord;

  end;

  PEurekaProcessInfo = ^TEurekaProcessInfo;