1stmfGetLogicalUnitSPCrSoIpeTratrigeest(3MSoTdMeF)FrameworksLtimbfrGaertyLoFguinccatliUonnistProperties(3STMF)
2
3
4

NAME

6       stmfGetLogicalUnitProperties - retrieve the properties of the specified
7       logical unit
8

SYNOPSIS

10       cc [ flag... ] file... -lstmf [ library... ]
11       #include <libstmf.h>
12
13       int stmfGetLogicalUnitProperties(stmfGuid *logicalUnit,
14            stmfLogicalUnitProperties *logicalUnitProps);
15
16

PARAMETERS

18       logicalUnit         The identifier of the logical unit whose properties
19                           are being retrieved.
20
21
22       logicalUnitProps    A  pointer  to  an stmfLogicalUnitProperties struc‐
23                           ture. On successful return, this will  contain  the
24                           properties for the specified logicalUnitOid.
25
26

DESCRIPTION

28       The stmfGetLogicalUnitProperties() function retrieves the properties of
29       the specified logical unit.
30

RETURN VALUES

32       The following values are returned:
33
34       STMF_ERROR_LOGICAL_UNIT_NOT_REGISTERED
35
36           The logicalUnit is not a valid registered logical unit in the  sys‐
37           tem.
38
39
40       STMF_STATUS_SUCCESS
41
42           The API call was successful.
43
44

ATTRIBUTES

46       See attributes(5) for descriptions of the following attributes:
47
48
49
50
51       ┌─────────────────────────────┬─────────────────────────────┐
52       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
53       ├─────────────────────────────┼─────────────────────────────┤
54       │Interface Stability          │Committed                    │
55       ├─────────────────────────────┼─────────────────────────────┤
56       │MT-Level                     │Safe                         │
57       └─────────────────────────────┴─────────────────────────────┘
58

SEE ALSO

60       libstmf(3LIB), attributes(5)
61
62
63
64SunOS 5.11                        9 Jun 2008stmfGetLogicalUnitProperties(3STMF)
Impressum