Jump to content

PID: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== PID ==
Process identity.  
Process identity.  


Line 7: Line 6:
==== C Declaration Method ====
==== C Declaration Method ====
typedef
typedef
==PPID==
Pointer to PID.
typedef PID *PPID;


[[Category:Data type]]
[[Category:Data type]]

Latest revision as of 18:24, 7 November 2017

Process identity.

Type

LHANDLE  PID

C Declaration Method

typedef

PPID

Pointer to PID.

typedef PID *PPID;