IContinueCallback::FContinue (Windows CE 5.0)

Send Feedback

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.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.