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.
Closes a connection that was created by using the DavAddConnection function.
Syntax
DWORD DavDeleteConnection(
[in] HANDLE ConnectionHandle
);
Parameters
[in] ConnectionHandle
A handle to an open connection that was created by using the DavAddConnection function.
Return value
If the function succeeds, the return value is ERROR_SUCCESS.
If the function fails, the return value is a system error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | davclnt.h |
| Library | Netapi32.lib |
| DLL | Netapi32.dll |