The IContinueCallback interface is a generic callback mechanism for interruptible processes that should periodically ask an object whether to continue.
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.
| 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 |
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in docobj.h.