Lines Matching refs:sub_key
49 .. function:: CreateKey(key, sub_key)
57 *sub_key* is a string that names the key this method opens or creates.
59 If *key* is one of the predefined keys, *sub_key* may be ``None``. In that
68 .. function:: CreateKeyEx(key, sub_key[, res[, sam]])
76 *sub_key* is a string that names the key this method opens or creates.
85 If *key* is one of the predefined keys, *sub_key* may be ``None``. In that
96 .. function:: DeleteKey(key, sub_key)
103 *sub_key* is a string that must be a subkey of the key identified by the *key*
112 .. function:: DeleteKeyEx(key, sub_key[, sam[, res]])
125 *sub_key* is a string that must be a subkey of the key identified by the
231 .. function:: LoadKey(key, sub_key, file_name)
239 *sub_key* is a string that identifies the subkey to load.
255 .. function:: OpenKey(key, sub_key[, res[, sam]])
262 *sub_key* is a string that identifies the sub_key to open.
305 .. function:: QueryValue(key, sub_key)
312 *sub_key* is a string that holds the name of the subkey with which the value is
368 .. function:: SetValue(key, sub_key, type, value)
375 *sub_key* is a string that names the subkey with which the value is associated.
383 If the key specified by the *sub_key* parameter does not exist, the SetValue