createfile 中生成的文件如何清空?

很简单:

SetFilePointer(h_Log, 0, FILE_BEGIN);
SetEndOfFile(h_Log);

你可能感兴趣的:(File)