|
wslwinreg
|
Package that contains stub functions for unsupported platforms. More...
Functions | |
| CloseKey (hkey) | |
| Not implemented. | |
| ConnectRegistry (computer_name, key) | |
| Not implemented. | |
| CreateKey (key, sub_key) | |
| Not implemented. | |
| CreateKeyEx (key, sub_key, reserved=0, access=KEY_WRITE) | |
| Not implemented. | |
| DeleteKey (key, sub_key) | |
| Not implemented. | |
| DeleteKeyEx (key, sub_key, access=KEY_WOW64_64KEY, reserved=0) | |
| Not implemented. | |
| DeleteValue (key, value) | |
| Not implemented. | |
| EnumKey (key, index) | |
| Not implemented. | |
| EnumValue (key, index) | |
| Not implemented. | |
| ExpandEnvironmentStrings (str) | |
| Not implemented. | |
| FlushKey (key) | |
| Not implemented. | |
| LoadKey (key, sub_key, file_name) | |
| Not implemented. | |
| OpenKey (key, sub_key, reserved=0, access=KEY_READ) | |
| Not implemented. | |
| OpenKeyEx (key, sub_key, reserved=0, access=KEY_READ) | |
| Not implemented. | |
| QueryInfoKey (key) | |
| Not implemented. | |
| QueryValue (key, sub_key) | |
| Not implemented. | |
| QueryValueEx (key, value_name) | |
| Not implemented. | |
| SaveKey (key, file_name) | |
| Not implemented. | |
| SetValue (key, sub_key, type, value) | |
| Not implemented. | |
| SetValueEx (key, value_name, reserved, type, value) | |
| Not implemented. | |
| DisableReflectionKey (key) | |
| Not implemented. | |
| EnableReflectionKey (key) | |
| Not implemented. | |
| QueryReflectionKey (key) | |
| Not implemented. | |
| convert_to_windows_path (path_name) | |
| Convert pathname to Windows. | |
| convert_from_windows_path (path_name) | |
| Convert pathname from Windows. | |
| get_file_info (path_name, string_name) | |
| Not implemented. | |
Variables | |
| _NOT_IMPL | |
| Shared NotImplementedError for this module. | |
Package that contains stub functions for unsupported platforms.
| wslwinreg.nullapi.CloseKey | ( | hkey | ) |
Not implemented.
| wslwinreg.nullapi.ConnectRegistry | ( | computer_name, | |
| key ) |
Not implemented.
| wslwinreg.nullapi.convert_from_windows_path | ( | path_name | ) |
Convert pathname from Windows.
This is the null function, it returns the path_name unchanged.
| path_name | Absolute Windows pathname |
| wslwinreg.nullapi.convert_to_windows_path | ( | path_name | ) |
Convert pathname to Windows.
This is the null function, it returns the path_name unchanged.
| path_name | Absolute Windows pathname |
| wslwinreg.nullapi.CreateKey | ( | key, | |
| sub_key ) |
Not implemented.
| wslwinreg.nullapi.CreateKeyEx | ( | key, | |
| sub_key, | |||
| reserved = 0, | |||
| access = KEY_WRITE ) |
Not implemented.
| wslwinreg.nullapi.DeleteKey | ( | key, | |
| sub_key ) |
Not implemented.
| wslwinreg.nullapi.DeleteKeyEx | ( | key, | |
| sub_key, | |||
| access = KEY_WOW64_64KEY, | |||
| reserved = 0 ) |
Not implemented.
| wslwinreg.nullapi.DeleteValue | ( | key, | |
| value ) |
Not implemented.
| wslwinreg.nullapi.DisableReflectionKey | ( | key | ) |
Not implemented.
| wslwinreg.nullapi.EnableReflectionKey | ( | key | ) |
Not implemented.
| wslwinreg.nullapi.EnumKey | ( | key, | |
| index ) |
Not implemented.
| wslwinreg.nullapi.EnumValue | ( | key, | |
| index ) |
Not implemented.
| wslwinreg.nullapi.ExpandEnvironmentStrings | ( | str | ) |
Not implemented.
| wslwinreg.nullapi.FlushKey | ( | key | ) |
Not implemented.
| wslwinreg.nullapi.get_file_info | ( | path_name, | |
| string_name ) |
Not implemented.
| path_name | Name of the windows file. |
| string_name | Name of the data chunk to retrieve |
| wslwinreg.nullapi.LoadKey | ( | key, | |
| sub_key, | |||
| file_name ) |
Not implemented.
| wslwinreg.nullapi.OpenKey | ( | key, | |
| sub_key, | |||
| reserved = 0, | |||
| access = KEY_READ ) |
Not implemented.
| wslwinreg.nullapi.OpenKeyEx | ( | key, | |
| sub_key, | |||
| reserved = 0, | |||
| access = KEY_READ ) |
Not implemented.
| wslwinreg.nullapi.QueryInfoKey | ( | key | ) |
Not implemented.
| wslwinreg.nullapi.QueryReflectionKey | ( | key | ) |
Not implemented.
| wslwinreg.nullapi.QueryValue | ( | key, | |
| sub_key ) |
Not implemented.
| wslwinreg.nullapi.QueryValueEx | ( | key, | |
| value_name ) |
Not implemented.
| wslwinreg.nullapi.SaveKey | ( | key, | |
| file_name ) |
Not implemented.
| wslwinreg.nullapi.SetValue | ( | key, | |
| sub_key, | |||
| type, | |||
| value ) |
Not implemented.
| wslwinreg.nullapi.SetValueEx | ( | key, | |
| value_name, | |||
| reserved, | |||
| type, | |||
| value ) |
Not implemented.