#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * dom_hnd | |
| Open handle to a domain | |
| } | in |
| struct { | |
| uint32 resume_idx | |
| where to resume from. | |
| uint32 num_aliases | |
| 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 の 2086 行で定義されています。
| struct { ... } in |
参照元 cac_SamEnumAliases().
| uint32 resume_idx |
where to resume from.
Used over multiple calls
libmsrpc.h の 2094 行で定義されています。
参照元 cac_SamEnumAliases().
| uint32 num_aliases |
| uint32* rids |
Array storing the rids of the returned groups
libmsrpc.h の 2100 行で定義されています。
参照元 cac_SamEnumAliases().
| char** names |
Array storing the names of all the groups returned
libmsrpc.h の 2103 行で定義されています。
参照元 cac_SamEnumAliases().
| char** descriptions |
Array storing the descriptions of all the groups returned
libmsrpc.h の 2106 行で定義されています。
参照元 cac_SamEnumAliases().
| struct { ... } out |
参照元 cac_SamEnumAliases().
1.4.7