RpcAbnormalTermination

The RpcAbnormalTermination function determines whether termination statements are being executed due to an exception or not.

#include <rpc.h>
void RpcAbnormalTermination(VOID);

Remarks

The RpcAbnormalTermination function should only be called from within the termination-statements section of an RpcFinally termination handler.

Return Values

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

QuickInfo

  Windows NT: Yes
  Windows CE: Unsupported.
  Header: Declared in rpc.h.

See Also

RpcFinally