Skip to content

WriteUInteger - cApplication

Writes UInteger 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
uValueData UInteger

Syntax

Procedure WriteUInteger String sSubKey String sValueName UInteger uValueData

Call Example

Send WriteUInteger sSubKey sValueName uValueData

Description

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.