PC_WIN_SET_CHARSET

Specifies the character set to be used by the case conversion routines CBL_TOUPPER and CBL_TOLOWER.

構文:
call "PC_WIN_SET_CHARSET" using     
                          by value  charset
                          returning previous-charset
パラメーター:
Using call prototype (see 説明の読み方) Picture (32-bit systems)
charset cblt-os-size pic x(4) comp-5.
previous-charset cblt-os-size pic x(4) comp-5.
入力パラメーター:
charset The character set to use (0 - ANSI, 1 - OEM).
出力パラメーター:
previous-charset The previous value of the character set.
他参照:

関連項目