#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * dom_hnd | |
| An open handle to the domain SAM from cac_SamOpenDomain() | |
| uint32 num_names | |
| Number of names to resolve | |
| char ** names | |
| Array of names to resolve | |
| } | in |
| struct { | |
| uint32 num_rids | |
| the number of names returned - if this is 0, then map is NULL | |
| CacLookupRidsRecord * map | |
| array contiaing the Names and RIDs | |
| } | out |
libmsrpc.h の 1825 行で定義されています。
| uint32 num_names |
| char** names |
| struct { ... } in |
| uint32 num_rids |
| struct { ... } out |
1.4.7