1MP_FreeOidList(3MPCAoPmIm)on Multipath Management Library FuncMtPi_oFnrseeOidList(3MPAPI)
2
3
4
6 MP_FreeOidList - free up memory
7
9 cc [ flag... ] file... -lMPAPI [ library... ]
10 #include <mpapi.h>
11
12 MP_STATUS MP_FreeOidList(MP_OID_LIST *pOidList);
13
14
16 pOidList A pointer to an object ID list returned by an MP API. With
17 a successful return, the allocated memory is freed.
18
19 The client will free all MP_OID_LIST structures returned by
20 any API by using this function.
21
22
24 The MP_FreeOidList() function frees memory returned by an MP API.
25
27 MP_STATUS_INVALID_PARAMETER
28
29 The pOidList is null or specifies a memory area to which data can‐
30 not be written.
31
32
33 MP_STATUS_SUCCESS
34
35 The operation is successful.
36
37
39 See attributes(5) for descriptions of the following attributes:
40
41
42
43
44 ┌─────────────────────────────┬─────────────────────────────┐
45 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
46 ├─────────────────────────────┼─────────────────────────────┤
47 │Interface Stability │Standard: ANSI INCITS 412 │
48 │ │Multipath Management API │
49 ├─────────────────────────────┼─────────────────────────────┤
50 │MT-Level │Safe │
51 └─────────────────────────────┴─────────────────────────────┘
52
54 libMPAPI(3LIB), attributes(5)
55
56
57 Multipath Management API Version 1.0
58
59
60
61SunOS 5.11 15 Feb 2006 MP_FreeOidList(3MPAPI)