次の方法で共有


Dump File Structures (Windows CE 5.0)

Send Feedback

The following table shows the data structures used to define an error report file.

Programming element Description
_CEDUMP_BUCKET_PARAMETERS Defines the bucketing parameters used when uploading an error report.
_CEDUMP_ELEMENT_LIST Contains the list of modules, processes, threads, or thread contexts in the information streams.
_CEDUMP_EXCEPTION Identifies the exception record.
_CEDUMP_EXCEPTION_STREAM Describes the exception information stream.
_CEDUMP_FIELD_INFO Describes the data fields associated with modules, processes, threads, and thread context records.
_CEDUMP_MEMORY_LIST Describes the list of memory ranges.
_CEDUMP_SYSTEM_INFO Describes the system that incurred the exception.
_CEDUMP_THREAD_CALL_STACK Identifies the thread and the call stack frames associated with the thread.
_CEDUMP_THREAD_CALL_STACK_FRAME Describes a particular frame on a call stack.
_CEDUMP_THREAD_CALL_STACK_LIST Describes the list of thread call stacks in a stream.
_MINIDUMP_DIRECTORY Describes the stream type and location of an exception stream.
_MINIDUMP_HEADER Identifies a dump file, including the signature, version, and number of streams.
_MINIDUMP_LOCATION_DESCRIPTOR Provides the relative virtual address within a minidump.
_MINIDUMP_MEMORY_DESCRIPTOR Provides the starting address, size, and location of the memory block stored in a minidump.
_MINIDUMP_STRING Describes the length and location of a minidump string buffer.

See Also

Error Report Generator Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.