The RpcAbnormalTermination function determines whether termination statements are being executed due to an exception or not.
#include <rpc.h>
void RpcAbnormalTermination(VOID);
The RpcAbnormalTermination function should only be called from within the termination-statements section of an RpcFinally termination handler.
| Value | Meaning | Description | 
|---|---|---|
| Zero | No exception | Termination statements are not being executed due to an exception | 
| Nonzero | Exception | Termination statements are being executed due to an exception | 
  Windows NT:  Yes
  Windows CE:  Unsupported.
  Header: Declared in rpc.h.