• Home
  • Raw
  • Download

Lines Matching refs:sub_key

62 .. function:: CreateKey(key, sub_key)
70 *sub_key* is a string that names the key this method opens or creates.
72 If *key* is one of the predefined keys, *sub_key* may be ``None``. In that
80 .. audit-event:: winreg.CreateKey key,sub_key,access winreg.CreateKey
88 .. function:: CreateKeyEx(key, sub_key, reserved=0, access=KEY_WRITE)
96 *sub_key* is a string that names the key this method opens or creates.
104 If *key* is one of the predefined keys, *sub_key* may be ``None``. In that
112 .. audit-event:: winreg.CreateKey key,sub_key,access winreg.CreateKeyEx
122 .. function:: DeleteKey(key, sub_key)
129 *sub_key* is a string that must be a subkey of the key identified by the *key*
137 .. audit-event:: winreg.DeleteKey key,sub_key,access winreg.DeleteKey
143 .. function:: DeleteKeyEx(key, sub_key, access=KEY_WOW64_64KEY, reserved=0)
156 *sub_key* is a string that must be a subkey of the key identified by the
173 .. audit-event:: winreg.DeleteKey key,sub_key,access winreg.DeleteKeyEx
281 .. function:: LoadKey(key, sub_key, file_name)
289 *sub_key* is a string that identifies the subkey to load.
304 .. audit-event:: winreg.LoadKey key,sub_key,file_name winreg.LoadKey
307 .. function:: OpenKey(key, sub_key, reserved=0, access=KEY_READ)
308 OpenKeyEx(key, sub_key, reserved=0, access=KEY_READ)
315 *sub_key* is a string that identifies the sub_key to open.
327 .. audit-event:: winreg.OpenKey key,sub_key,access winreg.OpenKey
364 .. function:: QueryValue(key, sub_key)
371 *sub_key* is a string that holds the name of the subkey with which the value is
380 .. audit-event:: winreg.QueryValue key,sub_key,value_name winreg.QueryValue
405 .. audit-event:: winreg.QueryValue key,sub_key,value_name winreg.QueryValueEx
433 .. function:: SetValue(key, sub_key, type, value)
440 *sub_key* is a string that names the subkey with which the value is associated.
448 If the key specified by the *sub_key* parameter does not exist, the SetValue
458 .. audit-event:: winreg.SetValue key,sub_key,type,value winreg.SetValue
488 .. audit-event:: winreg.SetValue key,sub_key,type,value winreg.SetValueEx