P (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

partially bound handle

Binding handle that does not include endpoint information. See also fully bound handle.

pickling

See serialization.

pipe

IDL-type constructor that supports transmission of an open-ended stream of data between client and server applications.

primary enterprise controller

The master Message Queue Information Service (MQIS) database for a network. See also Message Queue Information Service (MQIS).

primary site controller

Message Queue Information Service (MQIS) database for a particular site within an enterprise. See also Message Queue Information Service (MQIS).

procedure serialization

Data serialization that uses a MIDL-generated serialization stub to accomplish the encoding and decoding of one or more types with a single procedure call. Procedure serialization is accomplished by applying the [ encode] and [ decode] attributes to a function prototype in the ACF file. See also type serialization.

protocol sequence

Character string that represents a valid combination of an RPC protocol, a network layer protocol, and a transport layer protocol. For example, the protocol sequence NCACN_IP_TCP describes an NCA connection over an Internet Protocol (IP) with a Transmission Control Protocol (TCP) as transport.

proxy stub

MIDL-generated C or C++ languageā€“source code that contains all the functions necessary for a custom OLE interface.