Registry Nodes and Items

CRegNode and CRegItem are a pair of cooperating classes that enable you to manipulate registry items with a collection-like syntax. A registry node is simultaneously a collection of items and a collection of nested nodes. Let’s look at some of the common registry operations you might want to do. The samples are taken from the Test Registry sample (TREG.VBG).