IQueryContinueWithStatus::QueryContinue Method

Returns S_OK if the operation associated with the current instance of this interface should continue.

Syntax

HRESULT QueryContinue(VOID);

Return Value

Returns S_OK if the calling application should continue, S_FALSE if not.

Remarks

In typical usage, a pointer to an IQueryContinue interface is passed to a method of another object. That object, in turn, runs this method periodically to determine whether to continue its actions.

See Also

IUserNotification