IContinueCallback::FContinue method (docobj.h)

Indicates whether a generic operation should continue.

Syntax

HRESULT FContinue();

Return value

This method can return the following values.

Return code Description
S_OK
Continue the operation.
S_FALSE
Cancel the operation as soon as possible.

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 docobj.h

See also

IContinueCallback