#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * pol | |
| handle to an open LSA policy | |
| uint32 num_names | |
| number of SIDs to lookup | |
| char ** names | |
| array of strings listing the names | |
| } | in |
| struct { | |
| uint32 num_found | |
| The number of SIDs returned (in case of partial success | |
| CacSidInfo * sids | |
| array of SID info for the looked up names | |
| char ** unknown | |
| in case of partial success, the names that were not looked up | |
| } | out |
libmsrpc.h の 625 行で定義されています。
| uint32 num_names |
| char** names |
| struct { ... } in |
| uint32 num_found |
| char** unknown |
| struct { ... } out |
1.4.7