int CreateFile_ex1() { string strNewFilePath = "c:\\temp.txt"; ///Create new file or open an exist file. HANDLE hFile; hFile = CreateFile( strNewFilePath, ...
確定! 回上一頁