Skip to content

Latest commit

 

History

History
83 lines (65 loc) · 2.76 KB

ns-minidumpapiset-minidump_io_callback.md

File metadata and controls

83 lines (65 loc) · 2.76 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:minidumpapiset._MINIDUMP_IO_CALLBACK
MINIDUMP_IO_CALLBACK (minidumpapiset.h)
Contains I/O callback information.
*PMINIDUMP_IO_CALLBACK
MINIDUMP_IO_CALLBACK
MINIDUMP_IO_CALLBACK structure
PMINIDUMP_IO_CALLBACK
PMINIDUMP_IO_CALLBACK structure pointer
_MINIDUMP_IO_CALLBACK
base.minidump_io_callback
minidumpapiset/MINIDUMP_IO_CALLBACK
minidumpapiset/PMINIDUMP_IO_CALLBACK
base\minidump_io_callback.htm
Debug
db38f035-1fb8-4715-846f-59392aac2d4e
12/05/2018
*PMINIDUMP_IO_CALLBACK, MINIDUMP_IO_CALLBACK, MINIDUMP_IO_CALLBACK structure, PMINIDUMP_IO_CALLBACK, PMINIDUMP_IO_CALLBACK structure pointer, _MINIDUMP_IO_CALLBACK, base.minidump_io_callback, minidumpapiset/MINIDUMP_IO_CALLBACK, minidumpapiset/PMINIDUMP_IO_CALLBACK
minidumpapiset.h
Dbghelp.h
Windows
Windows
MINIDUMP_IO_CALLBACK, *PMINIDUMP_IO_CALLBACK
DbgHelp.dll 6.5 or later
19H1
_MINIDUMP_IO_CALLBACK
minidumpapiset/_MINIDUMP_IO_CALLBACK
PMINIDUMP_IO_CALLBACK
minidumpapiset/PMINIDUMP_IO_CALLBACK
MINIDUMP_IO_CALLBACK
minidumpapiset/MINIDUMP_IO_CALLBACK
c++
APIRef
kbSyntax
HeaderDef
minidumpapiset.h
MINIDUMP_IO_CALLBACK

MINIDUMP_IO_CALLBACK structure

-description

Contains I/O callback information. This structure is used by the MiniDumpCallback function when the callback type is IoStartCallback, IoWriteAllCallback, or IoFinishCallback.

-struct-fields

-field Handle

The file handle passed to the MiniDumpWriteDump function.

-field Offset

The offset for the write operation from the start of the minidump data. This member is used only with IoWriteAllCallback.

-field Buffer

A pointer to a buffer that contains the data to be written. This member is used only with IoWriteAllCallback.

-field BufferBytes

The size of the data buffer, in bytes. This member is used only with IoWriteAllCallback.

-see-also

MINIDUMP_CALLBACK_INPUT

MiniDumpCallback