File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,9 @@ PyDoc_STRVAR(module_doc,
49
49
"ConnectRegistry() - Establishes a connection to a predefined registry handle\n"
50
50
" on another computer.\n"
51
51
"CreateKey() - Creates the specified key, or opens it if it already exists.\n"
52
+ "CreateKeyEx() - Creates the specified key, or opens it if it already exists.\n"
52
53
"DeleteKey() - Deletes the specified key.\n"
54
+ "DeleteKeyEx() - Deletes the specified key.\n"
53
55
"DeleteValue() - Removes a named value from the specified registry key.\n"
54
56
"EnumKey() - Enumerates subkeys of the specified open registry key.\n"
55
57
"EnumValue() - Enumerates values of the specified open registry key.\n"
@@ -69,6 +71,9 @@ PyDoc_STRVAR(module_doc,
69
71
"SaveKey() - Saves the specified key, and all its subkeys a file.\n"
70
72
"SetValue() - Associates a value with a specified key.\n"
71
73
"SetValueEx() - Stores data in the value field of an open registry key.\n"
74
+ "DisableReflectionKey() - Disables registry reflection for 32bit processes running on a 64bit OS.\n"
75
+ "EnableReflectionKey() - Restores registry reflection for a key.\n"
76
+ "QueryReflectionKey() - Determines the reflection state for a key.\n"
72
77
"\n"
73
78
"Special objects:\n"
74
79
"\n"
You can’t perform that action at this time.
0 commit comments