#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * pol | |
| Open LSA Policy handle | |
| uint32 pref_max_sids | |
| The prefered maximum number of SIDs returned per call | |
| } | in |
| struct { | |
| uint32 resume_idx | |
| used to keep track of how many sids have been retrieved over multiple calls should be set to zero via ZERO_STRUCT() befrore the first call. | |
| uint32 num_sids | |
| The number of sids returned this call | |
| DOM_SID * sids | |
| Array of sids returned | |
| } | out |
libmsrpc.h の 725 行で定義されています。
| uint32 pref_max_sids |
The prefered maximum number of SIDs returned per call
libmsrpc.h の 731 行で定義されています。
参照元 cac_LsaEnumSids().
| struct { ... } in |
参照元 cac_LsaEnumSids().
| uint32 resume_idx |
used to keep track of how many sids have been retrieved over multiple calls should be set to zero via ZERO_STRUCT() befrore the first call.
Use the same struct LsaEnumSids for multiple calls
libmsrpc.h の 737 行で定義されています。
参照元 cac_LsaEnumSids().
| uint32 num_sids |
| struct { ... } out |
参照元 cac_LsaEnumSids().
1.4.7