1stmfRemoveViewEntrSyC(S3ISTTMaFr)get Mode Framework Library FsutnmcftRieomnosveViewEntry(3STMF)
2
3
4

NAME

6       stmfRemoveViewEntry - remove a view entry from the system
7

SYNOPSIS

9       cc [ flag... ] file... -lstmf [ library... ]
10       #include <libstmf.h>
11
12       int stmfRemoveViewEntry(stmfGuid *logicalUnit,
13            uint32_t viewEntry);
14
15

PARAMETERS

17       logicalUnit    The  identifier  of  the logical unit for the view entry
18                      being removed.
19
20
21       viewEntry      The numeric value of the view entry to be removed.
22
23

DESCRIPTION

25       The stmfRemoveViewEntry() function removes a view entry from  the  sys‐
26       tem.
27

RETURN VALUES

29       The following values are returned:
30
31       STMF_ERROR_NOT_FOUND    The  specified logicalUnit or viewEntryName was
32                               not found in the system.
33
34
35       STMF_STATUS_SUCCESS     The API call was successful.
36
37

ATTRIBUTES

39       See attributes(5) for descriptions of the following attributes:
40
41
42
43
44       ┌─────────────────────────────┬─────────────────────────────┐
45       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
46       ├─────────────────────────────┼─────────────────────────────┤
47       │Interface Stability          │Committed                    │
48       ├─────────────────────────────┼─────────────────────────────┤
49       │MT-Level                     │Safe                         │
50       └─────────────────────────────┴─────────────────────────────┘
51

SEE ALSO

53       libstmf(3LIB), attributes(5)
54
55
56
57SunOS 5.11                        9 Jun 2008        stmfRemoveViewEntry(3STMF)
Impressum