CiDeleteRow(3dmi)
CiDeleteRow --
delete a row of data from an existing row
Synopsis
#include <dmi2ci.h>
DmiErrorStatus_t DMI_API
CiDeleteRow (
DmiRowData_t* rowData );
Description
This function allows component instrumentation to directly delete a row of
data from an existing table.
Parameters
rowData-
(Input)
Row data to delete (component, group, attribute)
Return values
DMIERR_NO_ERROR-
DMIERR_OUT_OF_MEMORY-
DMIERR_SP_INACTIVE-
DMIERR_ENUM_ERROR-
DMIERR_GROUP_NOT_FOUND-
DMIERR_ILLEGAL_KEYS-
DMIERR_ROW_NOT_FOUND-
DMIERR_UNABLE_TO_DELETE_ROW-
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 the Desktop Management Task Force. 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