Jump to content

Udcrange t: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
 
(One intermediate revision by the same user 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 ===
 
 
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

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.