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

RPC object

Server instances or other resources, such as devices, databases, and queues, that are operated on and managed by RPC-server applications. Each object is uniquely identified by one or more object UUIDs.

RPC Subsystem (RPCSS)

Windows subsystem that includes a variety of RPC and OLE services, including the endpoint mapper, OLE Service Control Manager (SCM), and the COM Object Resolver. Do not confuse this with the RPC-specific memory allocator package, RpcSs.

reference pointer

Simplest pointer type. A reference pointer always points to valid storage and that storage does not change (although the contents may change). A reference pointer cannot be aliased. The [ ref] attribute designates a reference pointer. See also unique pointer and full pointer.