_wstat is a wide-character version of _stat; the path
argument to _wstat is a wide-character string. _wstat and
_stat behave identically except that _wstat does not handle
multibyte-character strings.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt__stat.2c_._wstat.2c_._stati64.2c_._wstati64.aspI also think this might be an interesting article for you:http://www.i18nguy.com/unicode/c-unicode.htmlTom"Thomas Wegener" <t.we...@mum.de> wrote in messagenews:uX$ESN90F...@TK2MSFTNGP14.phx.gbl...> Hi,> anybody know the difference between _stat and _wstat.> Thomas>>
struct _stat;
with
int _wstat(
const wchar_t *path,
struct _stat *buffer
);
Thomas
"Tom Serface" <tser...@msn.com> schrieb im Newsbeitrag
news:e385Z%23%230FH...@TK2MSFTNGP09.phx.gbl...