#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * pol | |
| An open LSA policy handle | |
| uint32 pref_max_privs | |
| The _preferred_ maxinum number of privileges returned per call | |
| } | in |
| struct { | |
| uint32 resume_idx | |
| Used to keep track of how many privileges have been retrieved over multiple calls. | |
| uint32 num_privs | |
| The number of privileges returned this call | |
| char ** priv_names | |
| Array of privilege names | |
| uint32 * high_bits | |
| Array of high bits for privilege LUID | |
| uint32 * low_bits | |
| Array of low bits for privilege LUID | |
| } | out |
libmsrpc.h の 883 行で定義されています。
| uint32 pref_max_privs |
| struct { ... } in |
| uint32 resume_idx |
Used to keep track of how many privileges have been retrieved over multiple calls.
Do not modify this value between calls
libmsrpc.h の 894 行で定義されています。
| uint32 num_privs |
| char** priv_names |
| uint32* high_bits |
| uint32* low_bits |
| struct { ... } out |
1.4.7