Upravit

Sdílet prostřednictvím


T (RPC)

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

top-level pointer

Pointer that is specified as the name of a parameter in a function prototype. See also embedded pointer.

Transmission Control Protocol (TCP)

Connection-oriented network transport layered on top of the Internet Protocol ( IP).

tunneling

TCP/IP protocol for transmitting data from a content-server application to a broadcast router.

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.