Skip to content

Latest commit

 

History

History
122 lines (105 loc) · 2.82 KB

nf-drt-drtdeleteipv6udptransport.md

File metadata and controls

122 lines (105 loc) · 2.82 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:drt.DrtDeleteIpv6UdpTransport
DrtDeleteIpv6UdpTransport function (drt.h)
DrtDeleteIpv6UdpTransport function deletes a transport based on the IPv6 UDP protocol.
DrtDeleteIpv6UdpTransport
DrtDeleteIpv6UdpTransport function [Peer Networking]
drt/DrtDeleteIpv6UdpTransport
p2p.drtdeleteipv6udptransport
p2p\drtdeleteipv6udptransport.htm
p2p
9b078f63-36b1-448b-b0c2-d452699157d8
12/05/2018
DrtDeleteIpv6UdpTransport, DrtDeleteIpv6UdpTransport function [Peer Networking], drt/DrtDeleteIpv6UdpTransport, p2p.drtdeleteipv6udptransport
drt.h
Windows
Windows 7 Professional [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Drttransport.lib
Drt.dll
Windows
19H1
DrtDeleteIpv6UdpTransport
drt/DrtDeleteIpv6UdpTransport
c++
APIRef
kbSyntax
DllExport
drt.dll
DrtDeleteIpv6UdpTransport

DrtDeleteIpv6UdpTransport function

-description

The DrtDeleteIpv6UdpTransport function deletes a transport based on the IPv6 UDP protocol.

-parameters

-param hTransport [in]

The DRT transport handle specifying the transport to delete.

-returns

This function returns S_OK on success. Other possible values include:

Return code Description
DRT_E_INVALID_TRANSPORT_PROVIDER
hTransport is NULL or invalid.
DRT_E_TRANSPORT_EXECUTING_CALLBACK
The transport provider is currently executing a method.
DRT_E_TRANSPORT_STILL_BOUND
The transport is still bound.
DRT_E_TRANSPORTPROVIDER_IN_USE
All clients have not called Release on the transport.
 
Note  This function may also surface errors returned by underlying calls to PeerPnrpStartup or PeerIdentityGetCryptKey.
 

-see-also

DrtCreateIpv6UdpTransport