CcCopyWriteWontFlush 函式 (ntifs.h)
語法
BOOLEAN CcCopyWriteWontFlush(
[in] PFILE_OBJECT FileObject,
[in] PLARGE_INTEGER FileOffset,
[in] ULONG Length
);
參數
[in] FileObject
要寫入數據的快取檔案之檔案物件的指標。
[in] FileOffset
變數的指標,指定要寫入數據的快取檔案內的起始位移。
[in] Length
要複製之數據的位元組長度。
傳回值
CcCopyWriteWontFlush 會傳回 true TRUE,如果 呼叫 ccCopyWrite 中的數據量不夠小,而不需要立即排清到磁碟,FALSE 否則為 FALSE。
要求
要求 | 價值 |
---|---|
目標平臺 | 普遍 |
標頭 | ntifs.h (include Ntifs.h) |
連結庫 | NtosKrnl.lib |
DLL | NtosKrnl.exe |