#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * key | |
| Open handle to the key to query | |
| } | in |
| struct { | |
| char * class_name | |
| name of the key class | |
| uint32 num_subkeys | |
| number of subkeys of the key | |
| uint32 longest_subkey | |
| length (in characters) of the longest subkey name | |
| uint32 longest_class | |
| length (in characters) of the longest class name | |
| uint32 num_values | |
| number of values in this key | |
| uint32 longest_value_name | |
| length (in characters) of the longest value name | |
| uint32 longest_value_data | |
| length (in bytes) of the biggest value data | |
| uint32 security_desc_size | |
| size (in bytes) of the security descriptor | |
| time_t last_write_time | |
| time of the last write | |
| } | out |
libmsrpc.h の 1278 行で定義されています。
| struct { ... } in |
| char* class_name |
| uint32 num_subkeys |
| uint32 longest_subkey |
| uint32 longest_class |
| uint32 num_values |
| uint32 longest_value_name |
| uint32 longest_value_data |
| uint32 security_desc_size |
| time_t last_write_time |
| struct { ... } out |
1.4.7