IContinueCallback

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 method is a generic continuation request. FContinuePrinting carries extra information pertaining to a printing process and is used in the context 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