29#if !defined(BI_VIRTUAL_BUG)
32 link = &(*link)->Next;
39 while (
link->GetNext() != 0)
52#if !defined(BI_VIRTUAL_BUG)
55 *
link = (*link)->Next;
61 (*head) = (*head)->GetNext();
A linked structure in which each node points to a list of TRegList objects (or TRegList-derived objec...
static void AddLink(TRegLink **head, TRegLink *newLink)
Adds a new link to the end of the link list.
TRegLink()
Derived class must fill in ptrs.
static bool RemoveLink(TRegLink **head, TRegLink *remLink)
Removes a link from the link list. Returns true if the link is found and removed.
A registration parameter table, composed of a list of TRegItems.
Object Windows Library (OWLNext Core)
General Registry access & registration implementation TRegKey, TRegValue, TRegKeyIterator,...
Definition of class TString, a flexible universal string envelope class.