#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * dom_hnd | |
| Open handle to domain | |
| uint16 info_class | |
| What type of data | |
| uint32 max_entries | |
| (Optional)If 0, max_entries and max_size will be filled in by the function | |
| uint32 max_size | |
| (Optional)If 0, max_entries and max_size will be filled in by the function | |
| } | in |
| struct { | |
| uint32 resume_idx | |
| Do not modify this value, use the same value between multiple calls (ie in while loop) | |
| uint32 num_entries | |
| Number of entries returned | |
| SAM_DISPINFO_CTR ctr | |
| Returned display info | |
| uint32 loop_count | |
| Internal value. | |
| BOOL done | |
| } | out |
libmsrpc.h の 2610 行で定義されています。
| uint16 info_class |
| uint32 max_entries |
(Optional)If 0, max_entries and max_size will be filled in by the function
libmsrpc.h の 2619 行で定義されています。
| uint32 max_size |
(Optional)If 0, max_entries and max_size will be filled in by the function
libmsrpc.h の 2622 行で定義されています。
| struct { ... } in |
| uint32 resume_idx |
Do not modify this value, use the same value between multiple calls (ie in while loop)
libmsrpc.h の 2627 行で定義されています。
| uint32 num_entries |
| uint32 loop_count |
| struct { ... } out |
1.4.7