1MP_GetPluginOidLisCto(m3mMoPnAPMIu)ltipath Management LibraryMPF_uGnecttPiloungsinOidList(3MPAPI)
2
3
4
6 MP_GetPluginOidList - get a list of the object IDs
7
9 cc [ flag... ] file... -lMPAPI [ library... ]
10 #include <mpapi.h>
11
12 MP_STATUS MP_GetPluginOidList(MP_OID_LIST **ppList);
13
14
16 ppList A pointer to a pointer to an object ID that has type
17 MP_OID_LIST. With a successful return, this contains a
18 pointer to an object ID that has type MP_OID_LIST that con‐
19 tains the object IDs of all of the plugins currently loaded
20 by the library.
21
22
24 The MP_GetPluginOidList() function returns a list of the object IDs of
25 all currently loaded plugins. The returned list is guaranteed to not
26 contain any duplicate entries.
27
28
29 When the caller is finished using the list it must free the memory used
30 by the list by calling MP_FreeOidList(3MPAPI).
31
33 MP_STATUS_INVALID_PARAMETER
34
35 The ppList is null or specifies a memory area to which data cannot
36 be written.
37
38
39 MP_STATUS_SUCCESS
40
41 The operation is successful.
42
43
44 MP_STATUS_FAILED
45
46 The plugin for the specified object ID is not found.
47
48
49 MP_STATUS_INSUFFICIENT_MEMORY
50
51 A memory allocation failure occurred.
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_FreeOidList(3MPAPI), MP_GetPluginProperties(3MPAPI),
71 attributes(5)
72
73
74 Multipath Management API Version 1.0
75
76
77
78SunOS 5.11 15 Feb 2006 MP_GetPluginOidList(3MPAPI)