1MP_GetTargetPortPrCoopmemrotnieMsu(l3tMiPpAaPtIh)ManagementMLPi_bGreatrTyarFguentcPtoirotnPsroperties(3MPAPI)
2
3
4

NAME

6       MP_GetTargetPortProperties - get targrt port properties
7

SYNOPSIS

9       cc [ flag... ] file... -lMPAPI [ library... ]
10       #include <mpapi.h>
11
12       MP_STATUS MP_GetTargetPortProperties(MP_OID oid,
13            MP_TARGET_PORT_GROUP_PROPERTIES *pProps);
14
15

PARAMETERS

17       oid       The object ID of the target port group.
18
19
20       pProps    A   pointer   to   an   object   ID  that  has  type  MP_TAR‐
21                 GET_PORT_GROUP_PROPERTIES structure allocated by the  caller.
22                 With a successful return, this structure contains the proper‐
23                 ties of the target port group specified by the oid.
24
25

DESCRIPTION

27       The MP_GetTargetPortProperties() function returns the properties of the
28       specified target port.
29

RETURN VALUES

31       MP_STATUS_INVALID_PARAMETER
32
33           The  pProps is null or specifies a memory area to which data cannot
34           be written  or  when  the  oid  has  a  type  subfield  other  than
35           MP_OBJECT_TYPE_TARGET_PORT.
36
37
38       MP_STATUS_INVALID_OBJECT_TYPE
39
40           The oid does not specify any valid object type. This is most likely
41           to happen if an uninitialized object ID is passed to the API.
42
43
44       MP_STATUS_OBJECT_NOT_FOUND
45
46           The oid owner ID or object sequence number is invalid.
47
48
49       MP_STATUS_SUCCESS
50
51           The operation is successful.
52
53

ATTRIBUTES

55       See attributes(5) for descriptions of the following attributes:
56
57
58
59
60       ┌─────────────────────────────┬─────────────────────────────┐
61       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
62       ├─────────────────────────────┼─────────────────────────────┤
63       │Interface Stability          │Standard: ANSI  INCITS  412  │
64       │                             │Multipath Management API     │
65       ├─────────────────────────────┼─────────────────────────────┤
66       │MT-Level                     │Safe                         │
67       └─────────────────────────────┴─────────────────────────────┘
68

SEE ALSO

70       libMPAPI(3LIB), MP_GetTargetPortOidList(3MPAPI), attributes(5)
71
72
73       Multipath Management API Version 1.0
74
75
76
77SunOS 5.11                        15 Feb 2006MP_GetTargetPortProperties(3MPAPI)
Impressum