Previous Topic: DBCSInitNext Topic: GetDBCSLength


SetDBCSOption

Syntax
UINT SetDBCSOption(HANDLE hDBCS, BYTE nOption, BOOL bFlag)
Description

Sets conversion options.

Arguments
hDBCS

Environment handle.

nOption

Option type:

  • DBCS_KATAKANA
  • DBCS_NULL_TERMINATED
  • DBCS_PAD_SPACES
bFlag

True to enable, False to disable

Returns