struct ExceptionBuffer
{
ExceptionInfo info;
ExceptionContext context;
};
Structure used to represent buffers required by SetUserExceptionHandler.
| info | ExceptionInfo |
Buffer for ExceptionInfo portion. |
|
|---|---|---|---|
| context | ExceptionContext |
Buffer for ExceptionContext portion. |
CONFIDENTIAL