Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.64 KB

r-glos.md

File metadata and controls

39 lines (25 loc) · 1.64 KB
title description ROBOTS ms.assetid ms.topic ms.date
R (RPC)
Words starting with R in Remote Procedure Call (RPC) glossary.
NOINDEX, NOFOLLOW
7c1eadf9-367f-45c7-82a0-e410e7f58868
article
05/31/2018

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.