This interface is a generic callback mechanism for interruptible processes that should periodically ask an object with this interface whether to continue the process.
The FContinue function is a generic continuation request. FContinuePrinting carries extra information pertaining to a printing process and is used in the contect of IPrint.
Methods in VTable Order
IUnknown Methods Description
QueryInterface
Returns pointers to supported interfaces
AddRef Increments reference count
Release Decrements reference count
IContinueCallback Methods Description
FContinue
Answers whether an operation should continue
FContinuePrinting Answers whether a printing operation should continue