IQueryContinueWithStatus interface

Exposes methods that provide a standard mechanism for credential providers to call QueryContinue while attempting to connect to the network to determine if they should continue these attempts. Credential providers can also use this interface to display messages to the user while attempting to establish a network connection.

Members

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

Methods

The IQueryContinueWithStatus interface has these methods.

MethodDescription
SetStatusMessage

Enables the credential provider to pass status messages to the Logon UI as it attempts to complete IConnectableCredentialProviderCredential::Connect.

 

Remarks

This interface also provides the methods of the IQueryContinue interface, from which it inherits.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Credentialprovider.h

IDL

Credentialprovider.idl

 

 

Show: