Go to main content

man pages section 3: Extended Library Functions, Volume 4

Exit Print View

Updated: July 2017
 
 

stmfRemoveViewEntry(3STMF)

Name

stmfRemoveViewEntry - remove a view entry from the system

Synopsis

cc [ flag... ] file... –lstmf [ library... ]
#include <libstmf.h>

int stmfRemoveViewEntry(stmfGuid *logicalUnit,
     uint32_t viewEntry);

Parameters

logicalUnit

The identifier of the logical unit for the view entry being removed.

viewEntry

The numeric value of the view entry to be removed.

Description

The stmfRemoveViewEntry() function removes a view entry from the system.

Return Values

The following values are returned:

STMF_ERROR_NOT_FOUND

The specified logicalUnit or viewEntryName was not found in the system.

STMF_STATUS_SUCCESS

The API call was successful.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
Safe

See Also

libstmf(3LIB), attributes(5)