vswprintf_s (szBuff, szFmter, args ); va_end(args);. //writing the values in the log file _fwprintf_p(pfLog, _T(“%s#%s\n”), szTime, szBuff);
確定! 回上一頁