Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Stores the type name of an event and the parameters for the current exception that is associated with the event.
typedef struct _BucketParameters {
BOOL fInited;
WCHAR pszEventTypeName[255];
WCHAR pszParams[10][255];
} BucketParameters;
Members
Member |
Description |
|---|---|
fInited |
true, if the rest of this structure is valid; otherwise, false. |
pszEventTypeName |
Name of the event type. |
pszParams |
An array of strings, each of which specifies a parameter for the current exception associated with the event. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: MSCorEE.idl
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0