GetBytesArray
Previous  Next

Reads an array of bytes from the registry.
This method should be used with REG_BINARY values.
Syntax: GetBytesArray (Subkey As String,ValueName As String) As Byte()

Example:
binary() = reg.GetValue(key,"BinaryValue")