1MP_GetPluginProperCtoimemso(n3MMPuAlPtIi)path Management LibrMaPr_yGeFtuPnlcutgiionnPsroperties(3MPAPI)
2
3
4
6 MP_GetPluginProperties - get specified plugin properties
7
9 cc [ flag... ] file... -lMPAPI [ library... ]
10 #include <mpapi.h>
11
12 MP_STATUS MP_GetPluginProperties(MP_OID oid,
13 MP_PLUGIN_PROPERTIES *pProps);
14
15
17 oid The object ID of the plugin.
18
19
20 pProps A pointer to an object ID that has type MP_PLUGIN_PR OPERTIES
21 structure allocated by the caller. With a successful return,
22 this structure contains the properties of the plugin speci‐
23 fied by oid.
24
25
27 The MP_GetPluginProperties() function gets the properties of the speci‐
28 fied plugin.
29
31 MP_STATUS_INVALID_PARAMETER
32
33 The pProps is null or specifies a memory area to which data cannot
34 be written, or the oid has a type subfield other than
35 MP_OBJECT_TYPE_PLUGIN.
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
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
70 libMPAPI(3LIB), MP_GetProprietaryLoadBalanceProperties(3MPAPI), MP_Get‐
71 PluginOidList(3MPAPI), attributes(5)
72
73
74 Multipath Management API Version 1.0
75
76
77
78SunOS 5.11 15 Feb 2006 MP_GetPluginProperties(3MPAPI)