DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

DmiListTransportTypes(3dmi)


DmiListTransportTypes -- list all current transports for RPC

Synopsis

#include <clidmi.h>

DmiErrorStatus_t DMI_API DmiListTransportTypes ( DmiString_t * rpcType, DmiStringList_t ** transportTypes);

Description

DmiListTransportTypes lists all transports currently available for the specified RPC type. The members of the list differ, depending on the system configuration and installation options. The RPC type field should be set to ``onc''. The application is responsible for cleaning up allocated memory in the default memory model. This function is not supported for the ``rap'' RPC type.

Parameters


rpcType
(Input) RPC type name.

transportTypes
(Output) Pointer to pointer to list of client-allocated transport types.

Return values


DMIERR_NO_ERROR

DMIERR_CFE_FUNCTION_NOT_SUPPORTED

DMIERR_CFE_RPC_NOT_SUPPORTED

For a description of return values, see ``DMI error codes'' in Desktop Management Interface programming.

Notices

Portions of this page are derived from material for which the copyright owner is Intel Corporation, Inc. The material is reprinted with permission. See copyright page for a full statement of rights and permissions.


© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004