Jump to content

Udcrange t: Difference between revisions

From EDM2
m c type to OS/2 type
No edit summary
Line 18: Line 18:


=== Comment ===
=== Comment ===
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 21:35, 1 November 2011

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

Back to OS/2 API