| Parameter | Description |
|---|---|
| sSubKey | The name of the Subkey |
| sValueName | The name of the Value |
| pValueData | Pointer to the memory address of the data to write |
| iDataLength | The number of bytes to write |
Procedure WriteBinary String sSubKey String sValueName Pointer pValueData Integer iDataLength
| Call: | Send WriteBinary sSubKey sValueName pValueData iDataLength |
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.