ReactOS 0.4.15-dev-7842-g558ab78
csconv_t Struct Reference
Collaboration diagram for csconv_t:

Public Attributes

int codepage
 
int flags
 
f_mbtowc mbtowc
 
f_wctomb wctomb
 
f_mblen mblen
 
f_flush flush
 
DWORD mode
 
compat_tcompat
 

Detailed Description

Definition at line 91 of file win_iconv.c.

Member Data Documentation

◆ codepage

◆ compat

compat_t* csconv_t::compat

Definition at line 99 of file win_iconv.c.

Referenced by make_csconv().

◆ flags

int csconv_t::flags

◆ flush

f_flush csconv_t::flush

Definition at line 97 of file win_iconv.c.

Referenced by make_csconv().

◆ mblen

f_mblen csconv_t::mblen

Definition at line 96 of file win_iconv.c.

Referenced by kernel_mbtowc(), kernel_wctomb(), make_csconv(), mlang_mbtowc(), and mlang_wctomb().

◆ mbtowc

f_mbtowc csconv_t::mbtowc

Definition at line 94 of file win_iconv.c.

Referenced by make_csconv().

◆ mode

◆ wctomb

f_wctomb csconv_t::wctomb

Definition at line 95 of file win_iconv.c.

Referenced by make_csconv().


The documentation for this struct was generated from the following file: