Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |