OSF DCE Problem Determination Guide

OSF DCE Problem Determination Guide
0x13283065 NIDL_HANARRELEM
Severity: Varies Component: idl
Text: Array elements cannot be of type handle_t
Explanation: Data type <kw>(handle_t) is only meaningful when used as the data type
of the first parameter in an operation. It is used to establish a binding to a server of the
interface.
Action: Do not declare arrays of type <kw>(handle_t).
0x13283139 NIDL_HANATTRTRAN
Severity: Varies Component: idl
Text: The [handle] attribute is valid only on transmittable types
Explanation: The <v>([handle]) attribute was used on a type that is not transmittable,
such as <v>(handle_t). Types with <v>([handle]) are sent from client to server and must
have a concrete definition so that they are transmittable.
Action: Remove the <v>([handle]) attribute or change the base type to which it is
applied.
0x1328315f NIDL_HANCTYPE
Severity: Varies Component: idl
Text: A [handle] binding parameter cannot contain a [%1$s] type
Explanation: A customized binding handle (a type with the <kw>([handle]) attribute
used as the first parameter in an operation) cannot include types with the indicated
attribute.
Action: Do not use the indicated attribute with customized binding.
0x13283066 NIDL_HANDLEIN
Severity: Varies Component: idl
Text: A [handle] binding parameter must be [in] or [in,out]
Explanation: A parameter of a data type with the <kw>([handle]) attribute as the first
parameter in an operation is used to establish a binding to a server of the interface. It
must be an <kw>([in]) or <kw>([in,out]) parameter.
Action: Place the <kw>([in]) attribute on the <kw>([handle]) parameter.
0x13283067 NIDL_HANDLEPTR
Severity: Varies Component: idl
Text: Pointers to type handle_t are valid only in parameter declarations
Explanation: Data type <kw>(handle_t) is only meaningful when used as the data type
of the first parameter in an operation. It is used to establish a binding to a server of the
interface.
2 414 Tandem Computers Incorporated 124330