wslwinreg
Loading...
Searching...
No Matches
wslwinreg.nullapi Namespace Reference

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.

Detailed Description

Package that contains stub functions for unsupported platforms.

Function Documentation

◆ CloseKey()

wslwinreg.nullapi.CloseKey ( hkey)

Not implemented.

Exception
NotImplementedError is always thrown.

◆ ConnectRegistry()

wslwinreg.nullapi.ConnectRegistry ( computer_name,
key )

Not implemented.

Exception
NotImplementedError is always thrown.

◆ convert_from_windows_path()

wslwinreg.nullapi.convert_from_windows_path ( path_name)

Convert pathname from Windows.

This is the null function, it returns the path_name unchanged.

Parameters
path_nameAbsolute Windows pathname
Return
path_name as is.

◆ convert_to_windows_path()

wslwinreg.nullapi.convert_to_windows_path ( path_name)

Convert pathname to Windows.

This is the null function, it returns the path_name unchanged.

Parameters
path_nameAbsolute Windows pathname
Return
path_name as is.

◆ CreateKey()

wslwinreg.nullapi.CreateKey ( key,
sub_key )

Not implemented.

Exception
NotImplementedError is always thrown.

◆ CreateKeyEx()

wslwinreg.nullapi.CreateKeyEx ( key,
sub_key,
reserved = 0,
access = KEY_WRITE )

Not implemented.

Exception
NotImplementedError is always thrown.

◆ DeleteKey()

wslwinreg.nullapi.DeleteKey ( key,
sub_key )

Not implemented.

Exception
NotImplementedError is always thrown.

◆ DeleteKeyEx()

wslwinreg.nullapi.DeleteKeyEx ( key,
sub_key,
access = KEY_WOW64_64KEY,
reserved = 0 )

Not implemented.

Exception
NotImplementedError is always thrown.

◆ DeleteValue()

wslwinreg.nullapi.DeleteValue ( key,
value )

Not implemented.

Exception
NotImplementedError is always thrown.

◆ DisableReflectionKey()

wslwinreg.nullapi.DisableReflectionKey ( key)

Not implemented.

Exception
NotImplementedError is always thrown.

◆ EnableReflectionKey()

wslwinreg.nullapi.EnableReflectionKey ( key)

Not implemented.

Exception
NotImplementedError is always thrown.

◆ EnumKey()

wslwinreg.nullapi.EnumKey ( key,
index )

Not implemented.

Exception
NotImplementedError is always thrown.

◆ EnumValue()

wslwinreg.nullapi.EnumValue ( key,
index )

Not implemented.

Exception
NotImplementedError is always thrown.

◆ ExpandEnvironmentStrings()

wslwinreg.nullapi.ExpandEnvironmentStrings ( str)

Not implemented.

Exception
NotImplementedError is always thrown.

◆ FlushKey()

wslwinreg.nullapi.FlushKey ( key)

Not implemented.

Exception
NotImplementedError is always thrown.

◆ get_file_info()

wslwinreg.nullapi.get_file_info ( path_name,
string_name )

Not implemented.

Parameters
path_nameName of the windows file.
string_nameName of the data chunk to retrieve
Return
None

◆ LoadKey()

wslwinreg.nullapi.LoadKey ( key,
sub_key,
file_name )

Not implemented.

Exception
NotImplementedError is always thrown.

◆ OpenKey()

wslwinreg.nullapi.OpenKey ( key,
sub_key,
reserved = 0,
access = KEY_READ )

Not implemented.

Exception
NotImplementedError is always thrown.

◆ OpenKeyEx()

wslwinreg.nullapi.OpenKeyEx ( key,
sub_key,
reserved = 0,
access = KEY_READ )

Not implemented.

Exception
NotImplementedError is always thrown.

◆ QueryInfoKey()

wslwinreg.nullapi.QueryInfoKey ( key)

Not implemented.

Exception
NotImplementedError is always thrown.

◆ QueryReflectionKey()

wslwinreg.nullapi.QueryReflectionKey ( key)

Not implemented.

Exception
NotImplementedError is always thrown.

◆ QueryValue()

wslwinreg.nullapi.QueryValue ( key,
sub_key )

Not implemented.

Exception
NotImplementedError is always thrown.

◆ QueryValueEx()

wslwinreg.nullapi.QueryValueEx ( key,
value_name )

Not implemented.

Exception
NotImplementedError is always thrown.

◆ SaveKey()

wslwinreg.nullapi.SaveKey ( key,
file_name )

Not implemented.

Exception
NotImplementedError is always thrown.

◆ SetValue()

wslwinreg.nullapi.SetValue ( key,
sub_key,
type,
value )

Not implemented.

Exception
NotImplementedError is always thrown.

◆ SetValueEx()

wslwinreg.nullapi.SetValueEx ( key,
value_name,
reserved,
type,
value )

Not implemented.

Exception
NotImplementedError is always thrown.