Jump to content

CVTTYPE: Difference between revisions

From EDM2
CVTTYPE constants created
 
mNo edit summary
Line 8: Line 8:
==== CVTTYPE_PATH ====
==== CVTTYPE_PATH ====
; 0x00000004 : When performing Unicode conversions strings are assumed to contain pathnames.  This setting is only applicable when converting to or from DBCP code pages.
; 0x00000004 : When performing Unicode conversions strings are assumed to contain pathnames.  This setting is only applicable when converting to or from DBCP code pages.
[[Category:The OS/2 API Project]]

Revision as of 05:35, 30 October 2011

Conversion Type Constants

CVTTYPE_CDRA

0x00000002
Use IBM standard control conversion. If this bit is not set, controls are converted to an equal value. Some conversions always do a control conversion.

CVTTYPE_CTRL7F

0x00000001
Treat 7f as a control character.

CVTTYPE_PATH

0x00000004
When performing Unicode conversions strings are assumed to contain pathnames. This setting is only applicable when converting to or from DBCP code pages.