Lines Matching refs:sub_key
60 .. function:: CreateKey(key, sub_key)
68 *sub_key* is a string that names the key this method opens or creates.
70 If *key* is one of the predefined keys, *sub_key* may be ``None``. In that
82 .. function:: CreateKeyEx(key, sub_key, reserved=0, access=KEY_WRITE)
90 *sub_key* is a string that names the key this method opens or creates.
98 If *key* is one of the predefined keys, *sub_key* may be ``None``. In that
112 .. function:: DeleteKey(key, sub_key)
119 *sub_key* is a string that must be a subkey of the key identified by the *key*
131 .. function:: DeleteKeyEx(key, sub_key, access=KEY_WOW64_64KEY, reserved=0)
144 *sub_key* is a string that must be a subkey of the key identified by the
259 .. function:: LoadKey(key, sub_key, file_name)
267 *sub_key* is a string that identifies the subkey to load.
283 .. function:: OpenKey(key, sub_key, reserved=0, access=KEY_READ)
284 OpenKeyEx(key, sub_key, reserved=0, access=KEY_READ)
291 *sub_key* is a string that identifies the sub_key to open.
334 .. function:: QueryValue(key, sub_key)
341 *sub_key* is a string that holds the name of the subkey with which the value is
397 .. function:: SetValue(key, sub_key, type, value)
404 *sub_key* is a string that names the subkey with which the value is associated.
412 If the key specified by the *sub_key* parameter does not exist, the SetValue