#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * pol | |
| An open handle to the LSA | |
| DOM_SID * sid | |
| (Optional) The account SID (must specify at least sid or name) | |
| char * name | |
| (Optional) The account name (must specify at least sid or name) | |
| char ** priv_names | |
| The privilege names of the privileges to remove from the account | |
| uint32 num_privs | |
| The number of privileges in the priv_names array | |
| } | in |
libmsrpc.h の 983 行で定義されています。
| char* name |
| char** priv_names |
| uint32 num_privs |
| struct { ... } in |
1.4.7