Jump to content

PCH: Difference between revisions

From EDM2
No edit summary
No edit summary
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
== PCH ==
Pointer to a character string
 
Pointer to a character string.


=== Type ===
=== Type ===
 
unsigned char *PCH
unsigned char *PCH


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


[[OS2_API | Back to OS/2 API]]
=== Example Code===
 
typedef unsigned char *PCH;


[[Category:The OS/2 API Project]]
[[Category:PM Data type]]

Latest revision as of 20:48, 25 June 2023

Pointer to a character string

Type

unsigned char *PCH

C Declaration Method

typedef

Example Code

typedef unsigned char *PCH;