ReactOS 0.4.15-dev-7953-g1f49173
tdiconn.h
Go to the documentation of this file.
1#pragma once
2
4
20( PTDI_CONNECTION_INFORMATION *ConnectionInfo, ULONG Type );
Type
Definition: Type.h:7
LONG NTSTATUS
Definition: precomp.h:26
unsigned int UINT
Definition: ndis.h:50
_In_ UINT _In_ UINT _In_ PNDIS_PACKET Source
Definition: ndis.h:3169
NTSTATUS TdiBuildNullConnectionInfo(PTDI_CONNECTION_INFORMATION *ConnectionInfo, ULONG Type)
Definition: tdiconn.c:171
UINT TdiAddressSizeFromName(PTRANSPORT_ADDRESS Name)
UINT TaLengthOfTransportAddress(PTRANSPORT_ADDRESS Addr)
Definition: tdiconn.c:46
VOID TaCopyTransportAddressInPlace(PTRANSPORT_ADDRESS Target, PTRANSPORT_ADDRESS Source)
Definition: tdiconn.c:74
NTSTATUS TdiBuildConnectionInfo(PTDI_CONNECTION_INFORMATION *ConnectionInfo, PTRANSPORT_ADDRESS Name)
Definition: tdiconn.c:237
NTSTATUS TdiBuildNullConnectionInfoInPlace(PTDI_CONNECTION_INFORMATION ConnInfo, ULONG Type)
Definition: tdiconn.c:137
PTRANSPORT_ADDRESS TaBuildNullTransportAddress(UINT AddressType)
Definition: tdiconn.c:113
UINT TdiAddressSizeFromType(UINT Type)
Definition: tdiconn.c:13
UINT TaLengthOfAddress(PTA_ADDRESS Addr)
Definition: tdiconn.c:32
PTRANSPORT_ADDRESS TaCopyTransportAddress(PTRANSPORT_ADDRESS OtherAddress)
Definition: tdiconn.c:80
NTSTATUS TdiBuildConnectionInfoInPlace(PTDI_CONNECTION_INFORMATION ConnInfo, PTRANSPORT_ADDRESS Name)
Definition: tdiconn.c:219
VOID * PTDI_CONNECTION_INFO_PAIR
Definition: tdiconn.h:3
uint32_t ULONG
Definition: typedefs.h:59
_In_ WDFIOTARGET Target
Definition: wdfrequest.h:306