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
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |