Dump_Finish routine
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
PDUMP_FINISH Dump_Finish;
NTSTATUS Dump_Finish(
_In_ PFILTER_EXTENSION FilterExtension
)
{ ... }
Parameters
- FilterExtension [in]
-
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.
Remarks
Requirements
|
Version | Available starting with Windows Vista and Windows Server 2008. |
|---|---|
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 4/17/2013
