DUMP_FINISH callback function (ntdddump.h)
The Dump_Finish callback routine is called after writing all the dump data. The dump port driver generally flushes the cache to ensure the data is stored on the storage media before the system powers down.
Syntax
DUMP_FINISH DumpFinish;
NTSTATUS DumpFinish(
[in] PFILTER_EXTENSION FilterExtension
)
{...}
Parameters
[in] FilterExtension
A pointer to a FILTER_EXTENSION structure.
Return value
If the routine succeeds, it must return STATUS_SUCCESS. Otherwise, it must return one of the error status values defined in Ntstatus.h.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available starting with Windows Vista and Windows Server 2008. |
Target Platform | Desktop |
Header | ntdddump.h (include Ntdddump.h) |