Sage
Tusk
Welcome to Sage
Volume (50%) Hide Volume
Topics
IProcessDetails

type IProcessDetails = interface(IInterface) ['{8617980D-C067-4244-8B08-03FB58C55A7D}'] function GetProcessID: Cardinal; function GetThreadCount: Cardinal; function GetParentProcessID: Cardinal; function GetPriorityClassBase: Integer; function GetExeBase: string; function GetExeFull: string; function TryGetExeFull( out ExeFull: string): Boolean; property ProcessID: Cardinal read; property ThreadCount: Cardinal read; property ParentProcessID: Cardinal read; property PriorityClassBase: Integer read; property ExeBase: string read; property ExeFull: string read; end;

Ancestor: IInterface.

Defined in: DSLaunchUtil

Last Modified: Mon 3:43:39 pm
Mon 3:43:39 pm