Documentation ¶
Index ¶
Constants ¶
View Source
const NONE = "NoneReturn"
View Source
const REG_BINARY = 0x03
View Source
const REG_DWORD = 0x04
View Source
const REG_EXPAND_SZ = 0x02
View Source
const REG_MULTISZ = 0x07
View Source
const REG_NONE = 0x00
View Source
const REG_QWORD = 0x0b
View Source
const REG_SZ = 0x01
View Source
const ROOT_KEY = 0x2c
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WinRegIF ¶
type WinRegIF interface { GetVal(path string) (regtype uint32, val []byte, err error) GetClass(path string) (b []byte, err error) EnumKeys(path string) (subkeys []string, err error) }
func InitOffline ¶
type WinRegLive ¶
type WinRegLive struct {
BaseKey string
}
type WinregRegistry ¶
type WinregRegistry struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.