Documentation ¶
Overview ¶
Package registry contains code to handle common Windows registry operations.
Optimized copy from sys/windows/registry to work with Crypt.
Index ¶
Constants ¶
View Source
const ( TypeString = 1 TypeExpandString = 2 TypeBinary = 3 TypeDword = 4 TypeStringList = 7 TypeQword = 11 )
Registry value types.
Variables ¶
View Source
var ( // ErrUnexpectedSize is returned when the key data size was unexpected. ErrUnexpectedSize = xerr.Sub("unexpected key size", 0x15) // ErrUnexpectedType is returned by Get*Value when the value's type was // unexpected. ErrUnexpectedType = xerr.Sub("unexpected key type", 0x16) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.