Jump to content

PID: Difference between revisions

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


=== Type ===
=== Type ===
 
  [[LHANDLE]]  PID
  [[OS2 API:DataType:LHANDLE|LHANDLE]]  PID


==== C Declaration Method ====
==== C Declaration Method ====
typedef
typedef


==PPID==
Pointer to PID.
typedef PID *PPID;


[[OS2_API | Back to OS/2 API]]
[[Category:Data type]]
 
 
[[Category:The OS/2 API Project]]

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;