1stmfGetHostGroupMeSmCbSeIrsT(a3rSgTeMtF)Mode Framework LibrasrtymfFGuentcHtoisotnGsroupMembers(3STMF)
2
3
4

NAME

6       stmfGetHostGroupMembers - retrieve the properties of the specified host
7       group
8

SYNOPSIS

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

PARAMETERS

18       hostGroupName      The name of the host  group  whose  member  list  is
19                          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 hostGroupName.
25
26

DESCRIPTION

28       The  stmfGetHostGroupMembers() function retrieves the properties of the
29       specified host group. The caller should call stmfFreeMemory(3STMF) when
30       this list is no longer needed.
31

RETURN VALUES

33       The following values are returned:
34
35       STMF_ERROR_NOT_FOUND    The  specified  hostGroupName  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       stmfFreeMemory(3STMF), libstmf(3LIB), attributes(5)
58
59
60
61SunOS 5.11                        9 Jun 2008    stmfGetHostGroupMembers(3STMF)
Impressum