msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
PIDINFO (1.2)
                                                      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