CcCopyWriteWontFlush macro (ntifs.h)

The CcCopyWriteWontFlush macro determines whether the amount of data to be copied in a call to CcCopyWrite is small enough not to require immediate flushing to disk if CcCopyWrite is called with Wait set to FALSE.

Syntax

void CcCopyWriteWontFlush(
        FO,
        FOFF,
        LEN
);

Parameters

FO

FOFF

LEN

Return value

CcCopyWriteWontFlush returns TRUE if the amount of data to be copied in a call to CcCopyWrite is small enough not to require immediate flushing to disk, FALSE otherwise.

Requirements

Requirement Value
Target Platform Universal
Header ntifs.h (include Ntifs.h)
Library NtosKrnl.lib
DLL NtosKrnl.exe

See also

CcCanIWrite

CcCopyWrite

CcDeferWrite