IQueryContinue interface
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.
Members
The IQueryContinue interface inherits from the IUnknown interface. IQueryContinue also has these types of members:
Methods
The IQueryContinue interface has these methods.
| Method | Description |
|---|---|
| QueryContinue |
Returns S_OK if the operation associated with the current instance of this interface should continue. |
Requirements
|
Minimum supported client |
Windows XP, Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: