ReadRegistry 

Purpose

Reads from the Windows registry user and connection information and store into the connection object. Windows applications only.

Syntax

void ReadRegistry(HKEY hKeyRoot, CSTR regPath);

Parameters

Exceptions

Throws const char* for memory exceptions, and registry query failure.

Description

See WriteRegistry for a detailed description of the values that could be associated with the registry key. Note that not all entries may be present under the key, depending on the requirements of the connection mode.

Related Information

WriteRegistry