wslwinreg
Loading...
Searching...
No Matches
wslwinreg.wslapi.Commands Class Reference

Commands to send to the bridging executable. More...

Inheritance diagram for wslwinreg.wslapi.Commands:
Collaboration diagram for wslwinreg.wslapi.Commands:

Static Public Attributes

int ABORT = 0
 Exit the server.
int CONNECT = 1
 Connection handshake.
int CLOSE_KEY = 2
 Perform CloseKey()
int CONNECT_REGISTRY = 3
 Perform ConnectRegistry()
int CREATE_KEY = 4
 Perform CreateKey()
int CREATE_KEY_EX = 5
 Perform CreateKeyEx()
int DELETE_KEY = 6
 Perform DeleteKey()
int DELETE_KEY_EX = 7
 Perform DeleteKeyEx()
int DELETE_VALUE = 8
 Perform DeleteValue()
int ENUM_KEY = 9
 Perform EnumKey()
int ENUM_VALUE = 10
 Perform EnumValue()
int EXPAND_ENVIRONMENTSTRINGS = 11
 Perform ExpandEnvironmentStrings()
int FLUSH_KEY = 12
 Perform FlushKey()
int LOAD_KEY = 13
 Perform LoadKey()
int OPEN_KEY = 14
 Perform OpenKey()
int OPEN_KEY_EX = 15
 Perform OpenKeyEx()
int QUERY_INFO_KEY = 16
 Perform QueryInfoKey()
int QUERY_VALUE = 17
 Perform QueryValue()
int QUERY_VALUE_EX = 18
 Perform QueryValueEx()
int SAVE_KEY = 19
 Perform SaveKey()
int SET_VALUE = 20
 Perform SetValue()
int SET_VALUE_EX = 21
 Perform SetValueEx()
int DISABLE_REFLECTION_KEY = 22
 Perform DisableReflectionKey()
int ENABLE_REFLECTION_KEY = 23
 Perform EnableReflectionKey()
int QUERY_REFLECTION_KEY = 24
 Perform QueryReflectionKey()
int GET_FILE_INFO = 25
 Perform get_file_into()

Detailed Description

Commands to send to the bridging executable.