使用Windows API讀取文件數據的例子

#include <windows.h> #include <stdio.h>windows int main(int argc,char** argv) {  HANDLE hFile;  char* buffer;  DWORD bytesreaded=0;  UINT DataSize=8;  //open file  hFile=CreateFile("test.data",GENERIC
相關文章
相關標籤/搜索