GetProfileInt_PolicyΒΆ

GetProfileInt_Policy retrieves an integer from the specified section in the Windows registry.

rsVal = GetProfileInt_Policy(ssSection, ssKey, rsDefault)

Return Value

rsVal is a scalar integer number to be read from the specified registry entry.

Parameters

ssSection

ssSection specifies the section containing the key name. The name of the section is case-independent;

ssKey

ssKey is the key name of the associated string is to be retrieved.

rsDefault

rsDefault is a default value. If the key cannot be found in the initialization file or the Windows registry, GetProfileInt returns the default value.

Comment

The function reads the key HKEY_CURRENT_USER\Software\Policies\RSB\UniPlot5. If this fails it reads the key HKEY_CURRENT_USER\Software\RSB\UniPlot5.

id-1154208