WriteBinary - cApplication

Writes Binary data to the Windows registry

Type: Procedure

Parameters: String sSubKey String sValueName Pointer pValueData Integer iDataLength

ParameterDescription
sSubKeyThe name of the Subkey
sValueNameThe name of the Value
pValueDataPointer to the memory address of the data to write
iDataLengthThe number of bytes to write


Syntax
Procedure WriteBinary String sSubKey String sValueName Pointer pValueData Integer iDataLength

Call: Send WriteBinary sSubKey sValueName pValueData iDataLength


Description

Use WriteBinary to write Binary data that you want stored in the Registry.

The base key that will be used is that returned by RegistryKeyString and you can specify a further subkey using the sSubKey parameter.

See Also

RegistryKeyString