CPID: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== CPID == | == CPID == | ||
Code page identification data structure. | Code page identification data structure. | ||
=== Type === | === Type === | ||
[[USHORT]] idCodePage | |||
[[ | USHORT reserved | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef struct | typedef struct | ||
=== Fields === | === Fields === | ||
;idCodePage:Current code page number. | |||
;reserved:Reserved. Set to 0. | |||
[[Category:Data type]] | |||
[[Category: |
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.