IQueryContinue::QueryContinue method

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

Syntax


HRESULT QueryContinue();

Parameters

This method has no parameters.

Return value

Type: HRESULT

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. For example, if a user clicks a cancel button, this method will start returning S_FALSE.

Requirements

Minimum supported client

Windows XP, Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

DLL

Shell32.dll

See also

IQueryContinue
IUserNotification

 

 

Show: