#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * key | |
| enumerate subkeys of this key | |
| uint32 max_keys | |
| maximum number of keys to enumerate each call | |
| } | in |
| struct { | |
| uint32 resume_idx | |
| keeps track of the index to resume enumerating | |
| uint32 num_keys | |
| the number of keys returned this call | |
| char ** key_names | |
| array of key names | |
| char ** class_names | |
| class names of the keys | |
| time_t * mod_times | |
| last modification time of the key | |
| } | out |
libmsrpc.h の 1163 行で定義されています。
| uint32 max_keys |
| struct { ... } in |
参照元 cac_RegEnumKeys().
| uint32 resume_idx |
| uint32 num_keys |
| char** key_names |
| char** class_names |
| time_t* mod_times |
| struct { ... } out |
参照元 cac_RegEnumKeys().
1.4.7