#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * parent_key | |
| (Optional)parent key. | |
| char * name | |
| name/path of key | |
| uint32 access | |
| desired access on this key | |
| } | in |
| struct { | |
| POLICY_HND * key | |
| } | out |
libmsrpc.h の 1126 行で定義されています。
(Optional)parent key.
If this is NULL, then cac_RegOpenKey() will attempt to connect to the registry, name MUST start with something like:
HKEY_LOCAL_MACHINE\ or an abbreviation like HKCR\
supported root names:
libmsrpc.h の 1138 行で定義されています。
| char* name |
| uint32 access |
| struct { ... } in |
libmsrpc.h の 1148 行で定義されています。
参照元 cac_delete_subkeys_recursive()・cac_RegCreateKey()・cac_RegDeleteKey()・cac_RegOpenKey().
| struct { ... } out |
1.4.7