IContinueCallback::FContinue method

Indicates whether a generic operation should continue.

Syntax


HRESULT FContinue();

Parameters

This method has no parameters.

Return value

This method can return the following values.

Return codeDescription
S_OK

Continue the operation.

S_FALSE

Cancel the operation as soon as possible.

 

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

DocObj.h

IDL

DocObj.idl

IID

IID_IContinueCallback is defined as b722bcca-4e68-101b-a2bc-00aa00404770

See also

IContinueCallback

 

 

Show: