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

Object Description Language (ODL)

Subset of MIDL attributes, keywords, statements, and directives used to define type libraries for OLE Automation applications.

open array

Array that is both conformant and varying; that is, both its size and range of transmitted elements are determined at run time by other parameters, structures, or expressions.

Open Software Foundation (OSF)

Consortium of companies, formed to define the distributed computing environment (DCE).

orphaned memory

Memory on a client previously referred to by a pointer parameter that has been reset to null by the server.

output parameter

Parameter containing data that the server application is transmitting to the client application. The [ out] attribute designates an output parameter.