Partager via


_CEDUMP_BUCKET_PARAMETERS (Windows CE 5.0)

Send Feedback

This structure defines the bucketing parameters used when uploading an error report.

typedef struct _CEDUMP_BUCKET_PARAMETERS {USHORT SizeOfHeader;USHORT__unusedAlignment;RVAEventType;ULONG32fDebug;RVAAppName;ULONG32AppStamp;ULONG32AppVerMS;ULONG32AppVerLS;RVAModName;ULONG32ModStamp;ULONG32ModVerMS;ULONG32ModVerLS;ULONG32Offset;RVAOwnerName;ULONG32OwnerStamp;ULONG32OwnerVerMS;ULONG32OwnerVerLS;} CEDUMP_BUCKET_PARAMETERS, *PCEDUMP_BUCKET_PARAMETERS;

Members

  • SizeOfHeader
    Size of this structure.

  • __unusedAlignment
    Placeholder for aligning data.

  • EventType
    Relative virtual address of even type string.

  • fDebug
    Indicator for type of application build.

    fDebug = 1 indicates a debug build.

    fDebug = 0 indicates a release build.

  • AppName
    Name of crashing application.

  • AppStamp
    Time stamp of crashing application.

  • AppVerMS
    High DWORD of crashing application version.

  • AppVerLS
    Low DWORD of crashing application version.

  • ModName
    Name of crashing module.

  • ModStamp
    Time stamp of crashing module.

  • ModVerMS
    High DWORD of crashing module version.

  • ModVerLS
    Low DWORD of crashing module version.

  • Offset
    Offset of exception.

  • OwnerName
    Relative virtual address of owner process name.

  • OwnerStamp
    Time stamp of owner application.

  • OwnerVerMS
    High DWORD of owner process version.

  • OwnerVerLS
    Low DWORD of owner process version.

Remarks

This structure is used to define the ceStreamBucketParameters stream.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: DwCeDump.h.
Link Library: none.

See Also

Dump File Structures | Dump File Format

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.