T

Transmission Control Protocol (TCP)
A connection-oriented network transport layered on top of IP.
type serialization
Data serialization that uses MIDL-generated routines to size, encode, and decode objects of a specified type. The client application calls these routines to serialize the data. Type serialization is accomplished by applying the encode and decode attributes to a single data type, or to an interface, in the ACF file. See also procedure serialization.