#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * dom_hnd | |
| Open handle to a domain | |
| } | in |
| struct { | |
| uint32 resume_idx | |
| Where to resume from _do not_ modify this value. | |
| uint32 num_groups | |
| the number of users returned this call | |
| uint32 * rids | |
| Array storing the rids of the returned groups | |
| char ** names | |
| Array storing the names of all the groups returned | |
| char ** descriptions | |
| Array storing the descriptions of all the groups returned | |
| BOOL done | |
| } | out |
libmsrpc.h の 2050 行で定義されています。
| struct { ... } in |
参照元 cac_SamEnumGroups().
| uint32 resume_idx |
Where to resume from _do not_ modify this value.
Used over multiple calls.
libmsrpc.h の 2058 行で定義されています。
参照元 cac_SamEnumGroups().
| uint32 num_groups |
| uint32* rids |
Array storing the rids of the returned groups
libmsrpc.h の 2064 行で定義されています。
参照元 cac_SamEnumGroups().
| char** names |
Array storing the names of all the groups returned
libmsrpc.h の 2067 行で定義されています。
参照元 cac_SamEnumGroups().
| char** descriptions |
Array storing the descriptions of all the groups returned
libmsrpc.h の 2070 行で定義されています。
参照元 cac_SamEnumGroups().
| struct { ... } out |
参照元 cac_SamEnumGroups().
1.4.7