IQueryContinue interface (shobjidl_core.h)

Exposes a method that provides a simple, standard mechanism for objects to query a client for permission to continue an operation. Clients of IUserNotification, for example, must pass an implementation of IQueryContinue to the IUserNotification::Show method.

Inheritance

The IQueryContinue interface inherits from the IUnknown interface. IQueryContinue also has these types of members:

Methods

The IQueryContinue interface has these methods.

 
IQueryContinue::QueryContinue

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

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)

See also

IUserNotification