Information Technology Reference
In-Depth Information
// Write the file's entry in its directory.
if (Write_File_Entry(fo, &fHandle))
error = CE_GOOD;
else
error = CE_WRITE_ERROR;
// The file is no longer open for writing.
fo -> Flags.write = FALSE;
}
return(error);
}
Search WWH ::




Custom Search