DUMP_START - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntdddump.h

DUMP_START DumpStart;

NTSTATUS DumpStart(
  [in] PFILTER_EXTENSION FilterExtension
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-ntdddump-dump_start)

DUMP_START callback function

Description

The Dump_Start callback routine is called after initializing the dump driver and just before starting the dump write process.

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 that are defined in Ntstatus.h.

See also

FILTER_EXTENSION