#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * dom_hnd | |
| Open handle to a domain | |
| uint32 acb_mask | |
| Enumerate users with specific ACB. | |
| } | in |
| struct { | |
| uint32 resume_idx | |
| where to resume from. | |
| uint32 num_users | |
| the number of users returned this call | |
| uint32 * rids | |
| Array storing the rids of the returned users | |
| char ** names | |
| Array storing the names of all the users returned | |
| BOOL done | |
| } | out |
libmsrpc.h の 1758 行で定義されています。
| uint32 acb_mask |
Enumerate users with specific ACB.
If 0, all users will be enumerated
libmsrpc.h の 1764 行で定義されています。
参照元 cac_SamEnumUsers().
| struct { ... } in |
参照元 cac_SamEnumUsers().
| uint32 resume_idx |
where to resume from.
Used over multiple calls
libmsrpc.h の 1769 行で定義されています。
参照元 cac_SamEnumUsers().
| uint32 num_users |
| uint32* rids |
| char** names |
Array storing the names of all the users returned
libmsrpc.h の 1778 行で定義されています。
参照元 cac_SamEnumUsers().
| struct { ... } out |
参照元 cac_SamEnumUsers().
1.4.7