#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * key | |
| handle to open key | |
| uint32 max_values | |
| max number of values returned per call | |
| } | in |
| struct { | |
| uint32 resume_idx | |
| keeps track of the index to resume from - used over multiple calls | |
| uint32 num_values | |
| the number of values that were returned this call | |
| uint32 * types | |
| Array of value types. | |
| char ** value_names | |
| array of strings storing the names of the values | |
| REG_VALUE_DATA ** values | |
| array of pointers to the value data returned | |
| } | out |
libmsrpc.h の 1383 行で定義されています。
| uint32 max_values |
| struct { ... } in |
参照元 cac_RegEnumValues().
| uint32 resume_idx |
keeps track of the index to resume from - used over multiple calls
libmsrpc.h の 1395 行で定義されています。
参照元 cac_RegEnumValues().
| uint32 num_values |
the number of values that were returned this call
libmsrpc.h の 1398 行で定義されています。
参照元 cac_RegEnumValues().
| uint32* types |
Array of value types.
A type can be one of:
libmsrpc.h の 1408 行で定義されています。
参照元 cac_RegEnumValues().
| char** value_names |
array of strings storing the names of the values
libmsrpc.h の 1411 行で定義されています。
参照元 cac_RegEnumValues().
| struct { ... } out |
参照元 cac_RegEnumValues().
1.4.7