DWORD readsize; if (ReadFile(pfile, buffer, filesize, &;readsize, NULL) == 0) { CloseHandle(pfile); return 0; } buffer[filesize] = 0; ...
確定! 回上一頁