Name | Synopsis | Parameters | Description | Return Values | Attributes | See Also
cc [ flag... ] file... -lstmf [ library... ]
#include <libstmf.h>
int stmfRemoveViewEntry(stmfGuid *logicalUnit,
uint32_t viewEntry);
The identifier of the logical unit for the view entry being removed.
The numeric value of the view entry to be removed.
The stmfRemoveViewEntry() function removes a view entry from the system.
The following values are returned:
The specified logicalUnit or viewEntryName was not found in the system.
The API call was successful.
See attributes(5) for descriptions of the following attributes:
|
ATTRIBUTE TYPE |
ATTRIBUTE VALUE |
|---|---|
|
Interface Stability |
Committed |
|
MT-Level |
Safe |
Name | Synopsis | Parameters | Description | Return Values | Attributes | See Also