nn::os::ARM::ExceptionBuffer Structure

Syntax

struct ExceptionBuffer
{
   ExceptionInfo info;
   ExceptionContext context;
};

Description

Structure used to represent buffers required by SetUserExceptionHandler.

Member Variables

info ExceptionInfo Buffer for ExceptionInfo portion.
context ExceptionContext Buffer for ExceptionContext portion.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL