Provides exit from a section of code in which asynchronous exceptions are held.

#define INCL_DOSEXCEPTIONS
#include <os2.h>

PULONG    pulNesting;  /*  Pointer to the nesting level. */
APIRET    ulrc;        /*  Return Code. */

ulrc = DosExitMustComplete(pulNesting);


[Back] [Next]