|
ReactOS 0.4.16-dev-2252-gb2c1dd8
|

Public Attributes | |
| int | codepage |
| int | flags |
| f_mbtowc | mbtowc |
| f_wctomb | wctomb |
| f_mblen | mblen |
| f_flush | flush |
| DWORD | mode |
| compat_t * | compat |
Definition at line 91 of file win_iconv.c.
| int csconv_t::codepage |
Definition at line 92 of file win_iconv.c.
| compat_t* csconv_t::compat |
Definition at line 99 of file win_iconv.c.
| int csconv_t::flags |
Definition at line 93 of file win_iconv.c.
| f_flush csconv_t::flush |
Definition at line 97 of file win_iconv.c.
| f_mblen csconv_t::mblen |
Definition at line 96 of file win_iconv.c.
| f_mbtowc csconv_t::mbtowc |
Definition at line 94 of file win_iconv.c.
| DWORD csconv_t::mode |
Definition at line 98 of file win_iconv.c.
| f_wctomb csconv_t::wctomb |
Definition at line 95 of file win_iconv.c.