1stmfGetTargetGroupSMCeSmIbeTrasr(g3eStTMMFo)de Framework LibsrtamrfyGeFtuTnacrtgieotnGsroupMembers(3STMF)
2
3
4

NAME

6       stmfGetTargetGroupMembers  -  retrieve  the properties of the specified
7       target port group
8

SYNOPSIS

10       cc [ flag... ] file... -lstmf [ library... ]
11       #include <libstmf.h>
12
13       int stmfGetTargetGroupMembers(stmfGroupName *targetGroupName,
14            stmfGroupProperties **groupProperties);
15
16

PARAMETERS

18       targetGroupName    The name of the target port group whose member  list
19                          is being retrieved.
20
21
22       groupProperties    A  pointer  to  a  pointer to an stmfGroupProperties
23                          structure. On successful return, this  will  contain
24                          the properties for the specified targetGroupName.
25
26

DESCRIPTION

28       The  stmfGetTargetGroupMembers()  function  retrieves the properties of
29       the specified target port group. The caller  should  call  stmfFreeMem‐
30       ory(3STMF) when this list is no longer needed.
31

RETURN VALUES

33       The following values are returned:
34
35       STMF_ERROR_NOT_FOUND    The  specified targetGroupName was not found in
36                               the system.
37
38
39       STMF_STATUS_SUCCESS     The API call was successful.
40
41

ATTRIBUTES

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

SEE ALSO

57       libstmf(3LIB), stmfFreeMemory(3STMF), attributes(5)
58
59
60
61SunOS 5.11                        9 Jun 2008  stmfGetTargetGroupMembers(3STMF)
Impressum