Partager via


IContinueCallback::FContinue

This method answers whether a given generic operation should continue.

HRESULT FContinue(void);

Parameters

None.

Return Values

If the operation should continue, the method returns S_OK.

If the operation should be cancelled as soon as possible, the method returns S_FALSE.

Remarks

To determine whether the platform supports this interface, see Determining Supported COM APIs.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Docobj.h.
Link Library: Developer implemented.

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.