_CEDUMP_BUCKET_PARAMETERS (Windows Embedded CE 6.0)
1/5/2010
This structure defines the bucketing parameters used when uploading an error report.
Syntax
typedef struct _CEDUMP_BUCKET_PARAMETERS {
USHORT SizeOfHeader;
USHORT __unusedAlignment;
RVA EventType;
ULONG32 fDebug;
RVA AppName;
ULONG32 AppStamp;
ULONG32 AppVerMS;
ULONG32 AppVerLS;
RVA ModName;
ULONG32 ModStamp;
ULONG32 ModVerMS;
ULONG32 ModVerLS;
ULONG32 Offset;
RVA OwnerName;
ULONG32 OwnerStamp;
ULONG32 OwnerVerMS;
ULONG32 OwnerVerLS;
} 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
Header | dwcedump.h |
Windows Embedded CE | Windows CE 5.0 and later |