LPWSTR wPath = new WCHAR[MAX_PATH + 1]; GetModuleFileName(GetModuleHandle(NULL), wPath, MAX_PATH + 1); //currently this looks like the full ...
確定! 回上一頁