Documentation ¶
Index ¶
Constants ¶
View Source
const ( Add = iota Query Delete Copy Save Restore Load Unload Compare Export Import )
View Source
const ( HKCR = iota HKLM HKU HKCU HKCC )
View Source
const ( SZ = iota BINARY MULTI EXPAND )
Variables ¶
View Source
var ( Actions = map[int]string{ 0: "add", 1: "query", 2: "delete", 3: "copy", 4: "save", 5: "restore", 6: "load", 7: "unload", 8: "compare", 9: "export", 10: "import", } Fields = map[int]string{ 0: "HKEY_CLASSES_ROOT", 1: "HKEY_LOCAL_MACHINE", 2: "HKEY_USERS", 3: "HKEY_CURRENT_USER", 4: "HKEY_CURRENT_CONFIG", } Types = map[int]string{ 0: "REG_SZ", 1: "REG_BINARY", 2: "REG_MULTI_SZ", 3: "REG_EXPAND_SZ", } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.