ISL_FindRegistryAttribute
ISL_STATUS ISL_FindRegistryAttribute
(const ISL_DATA_PTR Name,
ISL_DATA_PTR Value);
This function searches the system registry for the attribute specified by Name. If successful, the value of the attribute is returned.
- Name (input)
Full name of a registry entry.
- Value (output)
Registry value corresponding to the given name.
If the search was successful, ISL_OK is returned. Otherwise, ISL_FAIL is returned.
Contents | Next section | Index |