typedef struct _TDI_DATAGRAM_INFO {
ULONG MaximumDatagramBytes;
ULONG MaximumDatagramCount;
} TDI_DATAGRAM_INFO, *PTDI_DATAGRAM_INFO;
TDI_DATAGRAM_INFO defines a datagram query buffer for a query information request when it services the TDI_QUERY_DATAGRAM_INFO query type.
Members
MaximumDatagramBytes
Specifies the maximum size, in bytes, of the datagram.
MaximumDatagramCount
Specifies the maximum number of active datagrams.