WCHAR *psz=GetCommandLineW(); wprintf(L"GetCommandLineW()返回:%s\n\n",psz); wprintf(L"CommandLineToArgvW(GetCommandLineW(),&nargs):\n");
確定! 回上一頁