◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_DOSPROCESS typedef struct _PIDINFO { /* pidi */ PID pid; TID tid; PID pidParent; } PIDINFO; The PIDINFO structure contains process identifiers. Field Description ──────────────────────────────────────────────────────────────────────────── pid Specifies the process identifier of the calling process. tid Specifies the thread identifier of the calling thread. pidParent Specifies the process identifier of the parent process of the calling process. See Also DosGetPID ♦