Udcrange t: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
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]] | |||
[[Category: |
Revision as of 15:05, 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.