DrtDeleteIpv6UdpTransport function (drt.h)
The DrtDeleteIpv6UdpTransport function deletes a transport based on the IPv6 UDP protocol.
Syntax
HRESULT DrtDeleteIpv6UdpTransport(
[in] HDRT_TRANSPORT hTransport
);
Parameters
[in] hTransport
The DRT transport handle specifying the transport to delete.
Return value
This function returns S_OK on success. Other possible values include:
Return code | Description |
---|---|
|
hTransport is NULL or invalid. |
|
The transport provider is currently executing a method. |
|
The transport is still bound. |
|
All clients have not called Release on the transport. |
Note This function may also surface errors returned by underlying calls to PeerPnrpStartup or PeerIdentityGetCryptKey.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 Professional [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | drt.h |
Library | Drttransport.lib |
DLL | Drt.dll |