_setjmpex
This function enables you to use setjmp() to set a jump point for a non-local branching instruction.
int setjumpex(
jmp_buf Buffer
);
Parameters
- Buffer
[in] Value of calling environment.
Return Values
Returns 0 from a direct invocation, and a nonzero value otherwise.
Remarks
This function is part of standard C++ Exception Handling.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Mipsintr.h.
See Also
Common Intrinsic Functions | Intrinsic Functions for MIPS Microprocessors
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.