registry_read_real_ext(key,name)

From ENIGMA
Jump to navigation Jump to search

Description

Gets the real value of the given name in the given key of the registry and returns the result.

Parameters

Parameter Data Type Description
key string the key of the registry name
name string the name of the registry value

Return Values

integer: Returns the value of the name in the key in the registry, or 0 if it does not exist.

Example Call

// demonstrates reading the real value of a name in a key from the registry
var val;
val = registry_read_real_ext("","");