... int nArgs; int i; szArglist = CommandLineToArgvW(GetCommandLineW(), &nArgs); printf("raw: %ws\n", GetCommandLineW()); if (NULL == szArglist) ...
確定! 回上一頁