va_list args; va_start(args, fmt); size_t len = _vscwprintf(fmt, args ) + 1; buf = new WCHAR[len+1]; vswprintf_s( buf, len, fmt, ...
確定! 回上一頁