stmfRemoveViewEntry - remove a view entry from the system
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(7) for descriptions of the following attributes:
|