Represents an Indy process identifier.
TIdPID = LongWord;
TIdPID is the type used to represent a process identifier in the Indy library. TIdPID encapsulates the platform-specific data type used to represent a process identifier.
For the Linux platform, TIdPID is defined as an Integer value.
For the Windows and .Net platforms, TIdPID is defined as a LongWord value.
Use CurrentProcessId to get the TIdPID process identifier for the current process
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|