#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * pol | |
| Open LSA policy handle | |
| } | in |
| struct { | |
| uint32 resume_idx | |
| used to keep track of how many domains have been retrieved over multiple calls should be set to zero via ZERO_STRUCT() before the first call. | |
| uint32 num_domains | |
| The number of domains returned by the remote server this call | |
| char ** domain_names | |
| array of trusted domain names returned by the remote server | |
| DOM_SID * domain_sids | |
| array of trusted domain sids returned by the remote server | |
| } | out |
libmsrpc.h の 791 行で定義されています。
| struct { ... } in |
| uint32 resume_idx |
used to keep track of how many domains have been retrieved over multiple calls should be set to zero via ZERO_STRUCT() before the first call.
Use the same struct LsaEnumSids for multiple calls
libmsrpc.h の 800 行で定義されています。
| uint32 num_domains |
| char** domain_names |
| struct { ... } out |
1.4.7