DavUnregisterAuthCallback function (davclnt.h)

Unregisters a registered callback function that the WebDAV client uses to prompt the user for credentials.

Syntax

void DavUnregisterAuthCallback(
  [in] OPAQUE_HANDLE hCallback
);

Parameters

[in] hCallback

The opaque handle that was returned by the DavRegisterAuthCallback function.

Return value

None

Remarks

To register the callback function, use the DavRegisterAuthCallback 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]
Target Platform Windows
Header davclnt.h
Library Davclnt.lib
DLL Davclnt.dll

See also

DavRegisterAuthCallback