Jump to content

Udcrange t: Difference between revisions

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


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


==== C declaration method ====
==== C declaration method ====

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