TCHAR * text = /* some valid output buffer */; swprintf_s(text, L"Something ...", ...); // (2) // DoSomething() is declared as: // // void ...
確定! 回上一頁