Jump to content

CPID: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== CPID ==
Code page identification data structure.
Code page identification data structure.


=== Type ===  
=== Type ===  
[[USHORT]]  idCodePage
USHORT  reserved


[[OS2 API:DataType:USHORT|USHORT]]  idCodePage
[[OS2 API:DataType:USHORT|USHORT]]  reserved
==== C Declaration Method ====
==== C Declaration Method ====
typedef struct
typedef struct


=== Fields ===
=== Fields ===
;idCodePage:Current code page number.
;reserved:Reserved. Set to 0.


idCodePage  Current code page number.
[[Category:Data type]]
reserved    Reserved. Set to 0.

Latest revision as of 13:58, 24 May 2017

Code page identification data structure.

Type

USHORT  idCodePage
USHORT  reserved

C Declaration Method

typedef struct

Fields

idCodePage
Current code page number.
reserved
Reserved. Set to 0.