#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * pol | |
| Open LSA Policy handle | |
| DOM_SID * sid | |
| (Optional) SID of the account - must supply either sid or name | |
| char * name | |
| (Optional) name of the account - must supply either sid or name | |
| } | in |
| struct { | |
| uint32 num_privs | |
| Count of rights for this account | |
| char ** priv_names | |
| array of privilege names | |
| } | out |
libmsrpc.h の 759 行で定義されています。
| char* name |
| struct { ... } in |
| uint32 num_privs |
| char** priv_names |
| struct { ... } out |
1.4.7