nn::os::ARM::SetUserExceptionHandler Function

Syntax

template <typename T>
void SetUserExceptionHandler(
     UserExceptionHandler pHandler,
     T * pStack
);

Template Arguments

Name Description
T Stack type.

Parameters

Name Description
in pHandler Specifies the exception handler called when an exception occurs.
in pStack Specifies the stack to use for the exception handler.

Return Values

None.

Description

Provided for compatibility with past SDKs.

Calls SetUserExceptionHandler (pHandler, pStack, EXCEPTION_BUFFER_USE_HANDLER_STACK).

For details, see SetUserExceptionHandler(UserExceptionHandler, uptr, ExceptionBuffer*).

Revision History

2012/04/23
Corrected mix-up in the Description.

CONFIDENTIAL