Jump to content

Udcrange t: Difference between revisions

From EDM2
udcrange_t created
 
m c type to OS/2 type
Line 5: Line 5:
=== Type ===
=== Type ===


unsigned short first
[[OS2 API:DataType:USHORT|USHORT]] first
unsigned short last
[[OS2 API:DataType:USHORT|USHORT]] last


==== C declaration method ====
==== C declaration method ====
Line 18: Line 18:


=== Comment ===
=== Comment ===
The range for unsigned short is 0 through 65535.

Revision as of 07:30, 22 March 2006

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.

Comment