DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

DmiStopIndicationListeningExt(3dmi)


DmiStopIndicationListeningExt -- instruct client to stop delivering indications via the specified RPC

Synopsis

#include <clidmi.h>

DmiErrorStatus_t DMI_API DmiStopIndicationListeningExt ( DmiString_t FAR * rpcType);

Description

DmiStopIndicationListeningExt tells the client front-end to stop delivering indications via the specified RPC. The client front-end software stops the RPC indication server for the specified RPC when an application calls this function. Executing callbacks are allowed to complete. To resume receiving indications, an application should call the DmiIndicationListenExt(3dmi) or DmiIndicationListen(3dmi) function again. DmiStopIndicationListeningExt is executed entirely by the client and does not send any command to the Service Provider.

Parameters

rpcType (Input) RPC type of the indication server.

Return values


DMIERR_NO_ERROR

DMIERR_RPC_TRANSPORT_UNAVAILABLE

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