VOID ReadData(HANDLE hFile) { OVERLAPPED o = { 0 }; BYTE b[100]; ReadFile(hFile, b, 100, NULL, &o); } 怕以后忘了。。在这小记下。。。