1stmfGetViewEntryLiSsCtS(I3STTaMrFg)et Mode Framework LibrarysFtumnfcGteitoVnisewEntryList(3STMF)
2
3
4
6 stmfGetViewEntryList - retrieve the list of view entries for a speci‐
7 fied logical unit
8
10 cc [ flag... ] file... -lstmf [ library... ]
11 #include <libstmf.h>
12
13 int stmfGetViewEntryList(stmfGuid *logicalUnit,
14 stmfViewEntryList **viewEntryList);
15
16
18 logicalUnit The identifier of the logical unit for which to
19 retrieve the list of view entries.
20
21
22 viewEntryList A pointer to a pointer to an stmfViewEntryList struc‐
23 ture. On successful return, this will contain a list
24 of view entries for logicalUnit.
25
26
28 The stmfGetViewEntryList() function retrieves the list of view entries
29 for a specified logical unit. The caller should call stmfFreeMem‐
30 ory(3STMF) when this list is no longer needed.
31
33 The following values are returned:
34
35 STMF_ERROR_NOMEM The library was unable to allocate sufficient
36 memory for viewEntryList.
37
38
39 STMF_STATUS_SUCCESS The API call was successful.
40
41
43 See attributes(5) for descriptions of the following attributes:
44
45
46
47
48 ┌─────────────────────────────┬─────────────────────────────┐
49 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
50 ├─────────────────────────────┼─────────────────────────────┤
51 │Interface Stability │Committed │
52 ├─────────────────────────────┼─────────────────────────────┤
53 │MT-Level │Safe │
54 └─────────────────────────────┴─────────────────────────────┘
55
57 libstmf(3LIB), stmfFreeMemory(3STMF), attributes(5)
58
59
60
61SunOS 5.11 9 Jun 2008 stmfGetViewEntryList(3STMF)