Jump to content

CPID: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== CPID ==
== CPID ==
Code page identification data structure.
Code page identification data structure.


=== Type ===  
=== Type ===  
 
  [[USHORT]]  idCodePage
  [[OS2 API:DataType:USHORT|USHORT]]  idCodePage
  USHORT  reserved
  [[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.
 
[[Category:The OS/2 API Project]]

Revision as of 12:34, 31 October 2016

CPID

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.