你应该通过 FILE_APPEND_DATA 作为 dwDesiredAccess 到 CreateFile ,如下文 ... hFile = CreateFile( L"D:\\EventsLog.txt", FILE_APPEND_DATA, 0x0, ...
確定! 回上一頁