getWinRegistry

getWinRegistry

(Windows only) Constructs an object for working with the Windows Registry.

Method of

Install

Syntax

WinReg getWinRegistry();

Parameters

None.

Returns

A WinReg object.

Description

Use the getWinRegistry method to create an object for manipulating the contents of the Windows Registry. Once you have this object, you can call its methods to retrieve or change the registry's content. For information on the returned object, see WinReg. This method returns NULL on Unix and Macintosh platforms.