#include <libmsrpc.h>
変数 | |
| struct { | |
| int root | |
| must be one of : HKEY_CLASSES_ROOT, HKEY_LOCAL_MACHINE, HKEY_USERS, HKEY_PERFORMANCE_DATA, | |
| uint32 access | |
| desired access on the root key combination of: REG_KEY_READ, REG_KEY_WRITE, REG_KEY_EXECUTE, REG_KEY_ALL, found in include/rpc_secdes.h | |
| } | in |
| struct { | |
| POLICY_HND * key | |
| } | out |
libmsrpc.h の 1081 行で定義されています。
| int root |
must be one of : HKEY_CLASSES_ROOT, HKEY_LOCAL_MACHINE, HKEY_USERS, HKEY_PERFORMANCE_DATA,
libmsrpc.h の 1089 行で定義されています。
| uint32 access |
desired access on the root key combination of: REG_KEY_READ, REG_KEY_WRITE, REG_KEY_EXECUTE, REG_KEY_ALL, found in include/rpc_secdes.h
libmsrpc.h の 1098 行で定義されています。
| struct { ... } in |
| struct { ... } out |
1.4.7