ICancelMethodCalls interface (objidlbase.h)

Manages cancellation requests on an outbound method call and monitors the current state of that method call on the server thread.

Inheritance

The ICancelMethodCalls interface inherits from the IUnknown interface. ICancelMethodCalls also has these types of members:

Methods

The ICancelMethodCalls interface has these methods.

 
ICancelMethodCalls::Cancel

The ICancelMethodCalls::Cancel (objidlbase.h) method requests that a method call be canceled.
ICancelMethodCalls::TestCancel

The ICancelMethodCalls::TestCancel (objidlbase.h) method determines whether a call has been canceled.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header objidlbase.h (include ObjIdl.h)

See also

IMessageFilter