1 LPTSTR cmd = ::GetCommandLine(); 2 int argc = 0; 3 WCHAR *const *argv; 4 argv = ::CommandLineToArgvW(cmd, &argc);.
確定! 回上一頁