Registry_read_string - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Description

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

Parameters

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

Return Values

string: Returns the value of the registry name, or a null terminated string if it does not exist.

Example Call

// Example of using the function.

NOTOC