Udcrange t: Difference between revisions
Appearance
m c type to OS/2 type |
m Ak120 moved page OS2 API:DataType:udcrange t to Udcrange t |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== udcrange_t == | == udcrange_t == | ||
Struct that provides a set of ranges of characters of the user defined character range. | Struct that provides a set of ranges of characters of the user defined character range. | ||
=== Type === | === Type === | ||
[[USHORT]] first | |||
[[ | USHORT last | ||
==== C declaration method ==== | ==== C declaration method ==== | ||
typedef struct | typedef struct | ||
=== Fields === | === Fields === | ||
;first:First code point. | |||
;last:Last code point. | |||
[[Category:Data type]] | |||
Latest revision as of 15:06, 5 December 2016
udcrange_t
Struct that provides a set of ranges of characters of the user defined character range.
Type
USHORT first USHORT last
C declaration method
typedef struct
Fields
- first
- First code point.
- last
- Last code point.