WriteBinary - cApplication
Writes Binary data to the Windows registry
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| sSubKey | String | The name of the Subkey |
| sValueName | String | The name of the Value |
| pValueData | Pointer | Pointer to the memory address of the data to write |
| iDataLength | Integer | The number of bytes to write |
Syntax
Procedure WriteBinary String sSubKey String sValueName Pointer pValueData Integer iDataLength
Call Example
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.