IQueryContinue::QueryContinue method (shobjidl_core.h)
Returns S_OK if the operation associated with the current instance of this interface should continue.
Syntax
HRESULT QueryContinue();
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
Requirement | Value |
---|---|
Minimum supported client | Windows XP, Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | shobjidl_core.h (include Shobjidl.h) |
DLL | Shell32.dll |