[This is preliminary documentation and subject to change.]
Determines if a call has been canceled.
HRESULT TestCancel(void);
The server object calls TestCancel to determine if the call has been canceled. If the call has been canceled, the server should clean up the necessary resources and return control to the client.
This method can be called from both client and server.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in objidl.h.
CoTestCancel