IServiceCall interface (comsvcs.h)

Used to implement the batch work that is submitted through the activity created by CoCreateActivity.

Inheritance

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

Methods

The IServiceCall interface has these methods.

 
IServiceCall::OnCall

Triggers the execution of the batch work implemented in this method. (IServiceCall.OnCall)

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

CoCreateActivity

IAsyncErrorNotify

IServiceActivity