2 winreg interface definition
5 import
"lsa.idl", "security.idl";
8 uuid("338cd001-2244-31f1-aaaa-900038001003"),
10 endpoint("ncacn_np:[\\pipe\\winreg]","ncacn_ip_tcp:","ncalrpc:"),
11 pointer_default(unique),
12 helpstring("Remote Registry Service")
15 typedef bitmap security_secinfo security_secinfo
;
17 typedef [bitmap32bit
] bitmap
{
18 KEY_QUERY_VALUE
= 0x00001,
19 KEY_SET_VALUE
= 0x00002,
20 KEY_CREATE_SUB_KEY
= 0x00004,
21 KEY_ENUMERATE_SUB_KEYS
= 0x00008,
23 KEY_CREATE_LINK
= 0x00020,
24 KEY_WOW64_64KEY
= 0x00100,
25 KEY_WOW64_32KEY
= 0x00200
28 typedef [public,v1_enum] enum {
34 REG_DWORD_BIG_ENDIAN
= 5,
37 REG_RESOURCE_LIST
= 8,
38 REG_FULL_RESOURCE_DESCRIPTOR
= 9,
39 REG_RESOURCE_REQUIREMENTS_LIST
= 10,
43 typedef [public,noejs
] struct {
44 [value
(strlen_m_term
(name
)*2)] uint16 name_len
;
45 [value
(strlen_m_term
(name
)*2)] uint16 name_size
;
46 [string,charset
(UTF16
)] uint16
*name
;
51 WERROR winreg_OpenHKCR
(
52 [in,unique] uint16
*system_name
,
53 [in] winreg_AccessMask access_mask
,
54 [out,ref] policy_handle
*handle
59 WERROR winreg_OpenHKCU
(
60 [in,unique] uint16
*system_name
,
61 [in] winreg_AccessMask access_mask
,
62 [out,ref] policy_handle
*handle
67 [public] WERROR winreg_OpenHKLM
(
68 [in,unique] uint16
*system_name
,
69 [in] winreg_AccessMask access_mask
,
70 [out,ref] policy_handle
*handle
75 WERROR winreg_OpenHKPD
(
76 [in,unique] uint16
*system_name
,
77 [in] winreg_AccessMask access_mask
,
78 [out,ref] policy_handle
*handle
83 WERROR winreg_OpenHKU
(
84 [in,unique] uint16
*system_name
,
85 [in] winreg_AccessMask access_mask
,
86 [out,ref] policy_handle
*handle
91 [public] WERROR winreg_CloseKey
(
92 [in,out,ref] policy_handle
*handle
99 [size_is(size
),length_is(len
)] uint8
*data
;
110 typedef [v1_enum] enum {
111 REG_ACTION_NONE
= 0, /* used by caller */
112 REG_CREATED_NEW_KEY
= 1,
113 REG_OPENED_EXISTING_KEY
= 2
114 } winreg_CreateAction
;
116 [public] WERROR winreg_CreateKey
(
117 [in,ref] policy_handle
*handle,
118 [in] winreg_String name
,
119 [in] winreg_String keyclass
,
121 [in] winreg_AccessMask access_mask
,
122 [in,unique] winreg_SecBuf
*secdesc
,
123 [out,ref] policy_handle
*new_handle
,
124 [in,out,unique] winreg_CreateAction
*action_taken
129 [public] WERROR winreg_DeleteKey
(
130 [in,ref] policy_handle
*handle,
131 [in] winreg_String key
136 WERROR winreg_DeleteValue
(
137 [in,ref] policy_handle
*handle,
138 [in] winreg_String value
142 [value
(strlen_m_term
(name
)*2)] uint16 length
;
143 /* size cannot be auto-set by value() as it is the
144 amount of space the server is allowed to use for this
145 string in the reply, not its current size */
147 [size_is(size
/2),length_is(length
/2),charset
(UTF16
)] uint16
*name
;
152 [public] WERROR winreg_EnumKey
(
153 [in,ref] policy_handle
*handle,
154 [in] uint32 enum_index
,
155 [in,out,ref] winreg_StringBuf
*name
,
156 [in,out,unique] winreg_StringBuf
*keyclass
,
157 [in,out,unique] NTTIME
*last_changed_time
163 [public] WERROR winreg_EnumValue
(
164 [in,ref] policy_handle
*handle,
165 [in] uint32 enum_index
,
166 [in,out,ref] winreg_StringBuf
*name
,
167 [in,out,unique] winreg_Type
*type
,
168 [in,out,unique,size_is(*size
),length_is(*length
)] uint8
*value
,
169 [in,out,unique] uint32
*size
,
170 [in,out,unique] uint32
*length
175 [public] WERROR winreg_FlushKey
(
176 [in,ref] policy_handle
*handle
181 [public] WERROR winreg_GetKeySecurity
(
182 [in,ref] policy_handle
*handle,
183 [in] security_secinfo sec_info
,
184 [in,out,ref] KeySecurityData
*sd
189 WERROR winreg_LoadKey
(
190 [in,ref] policy_handle
*handle,
191 [in,unique] winreg_String
*keyname
,
192 [in,unique] winreg_String
*filename
197 typedef [public,bitmap32bit
] bitmap
{
198 REG_NOTIFY_CHANGE_NAME
= 0x00000001,
199 REG_NOTIFY_CHANGE_ATTRIBUTES
= 0x00000002,
200 REG_NOTIFY_CHANGE_LAST_SET
= 0x00000004,
201 REG_NOTIFY_CHANGE_SECURITY
= 0x00000008
202 } winreg_NotifyChangeType
;
204 [public] WERROR winreg_NotifyChangeKeyValue
(
205 [in,ref] policy_handle
*handle,
206 [in] boolean8 watch_subtree
,
207 [in] winreg_NotifyChangeType notify_filter
,
209 [in] winreg_String string1
,
210 [in] winreg_String string2
,
216 [public] WERROR winreg_OpenKey
(
217 [in,ref] policy_handle
*parent_handle
,
218 [in] winreg_String keyname
,
220 [in] winreg_AccessMask access_mask
,
221 [out,ref] policy_handle
*handle
226 [public] WERROR winreg_QueryInfoKey
(
227 [in,ref] policy_handle
*handle,
228 [in,out,ref] winreg_String
*classname
,
229 [out,ref] uint32
*num_subkeys
,
230 [out,ref] uint32
*max_subkeylen
,
231 [out,ref] uint32
*max_subkeysize
,
232 [out,ref] uint32
*num_values
,
233 [out,ref] uint32
*max_valnamelen
,
234 [out,ref] uint32
*max_valbufsize
,
235 [out,ref] uint32
*secdescsize
,
236 [out,ref] NTTIME
*last_changed_time
241 [public] WERROR winreg_QueryValue
(
242 [in,ref] policy_handle
*handle,
243 [in,ref] winreg_String
*value_name
,
244 [in,out,unique] winreg_Type
*type
,
245 [in,out,unique,size_is(*data_size
),length_is(*data_length
)] uint8
*data
,
246 [in,out,unique] uint32
*data_size
,
247 [in,out,unique] uint32
*data_length
252 [todo
] WERROR winreg_ReplaceKey
(
257 WERROR winreg_RestoreKey
(
258 [in,ref] policy_handle
*handle,
259 [in,ref] winreg_String
*filename
,
268 KeySecurityData sec_data
;
270 } KeySecurityAttribute
;
272 WERROR winreg_SaveKey
(
273 [in,ref] policy_handle
*handle,
274 [in,ref] winreg_String
*filename
,
275 [in,unique] KeySecurityAttribute
*sec_attrib
280 WERROR winreg_SetKeySecurity
(
281 [in,ref] policy_handle
*handle,
282 [in] security_secinfo sec_info
,
283 [in,ref] KeySecurityData
*sd
288 WERROR winreg_SetValue
(
289 [in,ref] policy_handle
*handle,
290 [in] winreg_String name
,
291 [in] winreg_Type type
,
292 [in,size_is(size
),ref] uint8
*data
,
298 [todo
] WERROR winreg_UnLoadKey
(
303 WERROR winreg_InitiateSystemShutdown
(
304 [in,unique] uint16
*hostname
,
306 * Note: lsa_String and winreg_String both result
307 * in WERR_INVALID_PARAM
309 [in,unique] lsa_StringLarge
*message,
311 [in] uint8 force_apps
,
317 WERROR winreg_AbortSystemShutdown
(
318 [in,unique] uint16
*server
323 [public] WERROR winreg_GetVersion
(
324 [in,ref] policy_handle
*handle,
325 [out,ref] uint32
*version
330 WERROR winreg_OpenHKCC
(
331 [in,unique] uint16
*system_name
,
332 [in] winreg_AccessMask access_mask
,
333 [out,ref] policy_handle
*handle
338 WERROR winreg_OpenHKDD
(
339 [in,unique] uint16
*system_name
,
340 [in] winreg_AccessMask access_mask
,
341 [out,ref] policy_handle
*handle
349 } QueryMultipleValue
;
353 [public] WERROR winreg_QueryMultipleValues
(
354 [in,ref] policy_handle
*key_handle
,
355 [in,out,ref,size_is(num_values
),length_is(num_values
)] QueryMultipleValue
*values
,
356 [in] uint32 num_values
,
357 [in,out,unique,size_is(*buffer_size
),length_is(*buffer_size
)] uint8
*buffer
,
358 [in,out,ref] uint32
*buffer_size
363 WERROR winreg_InitiateSystemShutdownEx
(
364 [in,unique] uint16
*hostname
,
366 * Note: lsa_String and winreg_String both result
367 * in WERR_INVALID_PARAM
369 [in,unique] lsa_StringLarge
*message,
371 [in] uint8 force_apps
,
372 [in] uint8 do_reboot
,
378 [todo
] WERROR winreg_SaveKeyEx
(
383 WERROR winreg_OpenHKPT
(
384 [in,unique] uint16
*system_name
,
385 [in] winreg_AccessMask access_mask
,
386 [out,ref] policy_handle
*handle
391 WERROR winreg_OpenHKPN
(
392 [in,unique] uint16
*system_name
,
393 [in] winreg_AccessMask access_mask
,
394 [out,ref] policy_handle
*handle
399 [todo
] WERROR winreg_QueryMultipleValues2
(