From edf630c85ea6a1d4bfa74427190e27c3a97085ea Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Wed, 11 Nov 1998 00:43:41 +0000 Subject: renamed unk_1b to flush_key (This used to be commit ddfdb6534671a0e9bbbefe555a92925d41abaddf) --- source3/include/rpc_reg.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'source3/include/rpc_reg.h') diff --git a/source3/include/rpc_reg.h b/source3/include/rpc_reg.h index 32b1c1912f..1a64866f03 100644 --- a/source3/include/rpc_reg.h +++ b/source3/include/rpc_reg.h @@ -28,7 +28,7 @@ /* winreg pipe defines */ #define REG_OPEN_HKLM 0x02 #define REG_OPEN_HKU 0x04 -#define REG_UNK_B 0x0B +#define REG_FLUSH_KEY 0x0B #define REG_UNK_1A 0x1a #define REG_QUERY_KEY 0x10 #define REG_ENUM_KEY 0x09 @@ -80,19 +80,19 @@ typedef struct r_reg_open_unk4_info } REG_R_OPEN_HKU; -/* REG_Q_UNK_B */ -typedef struct q_reg_open_unkb_info +/* REG_Q_FLUSH_KEY */ +typedef struct q_reg_open_flush_key_info { POLICY_HND pol; /* policy handle */ -} REG_Q_UNK_B; +} REG_Q_FLUSH_KEY; -/* REG_R_UNK_B */ -typedef struct r_reg_open_unkb_info +/* REG_R_FLUSH_KEY */ +typedef struct r_reg_open_flush_key_info { uint32 status; /* return status */ -} REG_R_UNK_B; +} REG_R_FLUSH_KEY; /* REG_Q_GET_KEY_SEC */ -- cgit