AUTHNEXTSTEP enumeration (davclnt.h)

Specifies the next action that the WebDAV client should take after a successful call to the DavAuthCallback callback function.

Syntax

typedef enum {
  DefaultBehavior,
  RetryRequest,
  CancelRequest
} AUTHNEXTSTEP;

Constants

 
DefaultBehavior
Retry the connection request without using the DavAuthCallback callback function. This is the same as the default behavior if no callback function is registered.
RetryRequest
Retry the connection request using the credentials that were retrieved by the DavAuthCallback function.
CancelRequest
Cancel the connection request.

Remarks

This enumeration provides the values for the NextStep parameter of the DavAuthCallback callback function.

Requirements

Requirement Value
Minimum supported client Windows Vista with SP2 [desktop apps only]
Minimum supported server Windows Server 2008 with SP2 [desktop apps only]
Header davclnt.h