Parameter | Description |
---|---|
sSubKey | The name of the Subkey |
sValueName | The name of the Value |
iValueData | UInteger value to write |
Procedure WriteUInteger String sSubKey String sValueName UInteger uValueData
Call: | Send WriteUInteger sSubKey sValueName uValueData |
Use WriteUInteger to write UInteger 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.