RpcAbnormalTermination macro
The RpcAbnormalTermination function indicates whether the try block of a RpcTryFinally statement terminated normally.
Syntax
BOOL RpcAbnormalTermination(void);
Parameters
This macro has no parameters.
Return value
| Value | Meaning |
|---|---|
|
Try block terminated normally. |
|
Try block terminated abnormally, either because an exception was raised, or because of a return, continue, or break statement. |
For a list of valid error codes, see RPC Return Values.
Remarks
The RpcAbnormalTermination function can only be called from within the termination-statements section of an RpcFinally termination handler.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Show: