#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * key | |
| handle to open registry key | |
| char * val_name | |
| name of the value to query | |
| } | in |
| struct { | |
| uint32 type | |
| Value type. | |
| REG_VALUE_DATA * data | |
| The value | |
| } | out |
libmsrpc.h の 1346 行で定義されています。
| char* val_name |
| struct { ... } in |
参照元 cac_RegQueryValue().
| uint32 type |
Value type.
One of:
libmsrpc.h の 1365 行で定義されています。
参照元 cac_RegQueryValue().
| struct { ... } out |
参照元 cac_RegQueryValue().
1.4.7