// ntdddump.h
DUMP_START DumpStart;
NTSTATUS DumpStart(
[in] PFILTER_EXTENSION FilterExtension
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The Dump_Start callback routine is called after initializing the dump driver and just before starting the dump write process.
FilterExtension [in]A pointer to a FILTER_EXTENSION structure.
If the routine succeeds, it must return STATUS_SUCCESS. Otherwise, it must return one of the error status values that are defined in Ntstatus.h.