Jump to content

Udcrange t: Difference between revisions

From EDM2
m c type to OS/2 type
Ak120 (talk | contribs)
 
(3 intermediate revisions by 3 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
[[OS2 API:DataType:USHORT|USHORT]] first
USHORT last
[[OS2 API:DataType:USHORT|USHORT]] last


==== C declaration method ====
==== C declaration method ====
typedef struct
typedef struct


=== Fields ===
=== Fields ===
;first:First code point.
;last:Last code point.


first First code point.
[[Category:Data type]]
last  Last code point.
 
=== Comment ===

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.