DmiSetIndicationCallbacks(3dmi)
DmiSetIndicationCallbacks --
pass indication callback entry point information from application to client
Synopsis
#include <clidmi.h>
DmiErrorStatus_t DMI_API DmiSetIndicationCallbacks (
DmiIndicationFuncs_t * indicationFuncs,
DmiIndicationFuncs_t * oldIndicationFuncs);
Description
DmiSetIndicationCallbacks passes information on
indication callback entry points from the application
to the client front end. Entry points set by this function are
per-process globals.
The initial value of all callback addresses is NULL.
This means that no indications will be delivered
until DmiSetIndicationCallbacks changes the settings.
This function is executed entirely by the client and does not send any
command to the Service Provider.
Parameters
indicationFuncs-
(Input)
New set of indication callbacks. If this parameter is NULL, the
function does not change the current callback setting.
oldIndicationFuncs-
(Output)
Pointer to the application-supplied buffer to return
the previous set of indication callbacks.
If this parameter is NULL, the function does not
return the old entry points.
Return values
DMIERR_NO_ERROR
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