OWLNext 7.0
Borland's Object Windows Library for the modern age
|
TRegistry provides high level stream and list access to the registry. More...
#include <owl/registry.h>
Classes | |
struct | TUnregParams |
Static Public Member Functions | |
static int | Validate (TRegKey &baseKey, tistream &in) |
Returns number of mismatched entries. | |
static void | Update (TRegKey &baseKey, tistream &in) |
Writes lines to registry. | |
static int | Unregister (TRegList ®Info, const TUnregParams *params, const TRegItem *overrides=nullptr) |
Unregisters entries given a reglist. | |
TRegistry provides high level stream and list access to the registry.
Definition at line 830 of file registry.h.
|
static |
Unregisters entries given a reglist.
An optional overrides regItem. Returns the number of errors from deleting keys.
Definition at line 1534 of file registry.cpp.
References _A2WB_, _T, _tcscmp, _tcscpy, _USES_CONVERSION, _W2AB_, and MAX_PATH.
Returns number of mismatched entries.
Walks through an input stream and uses basekey\key\key=data lines to check registry entries.
Returns the number of differences. Zero means a complete match.
Has named value support in the following form: basekey\key\key|valuename=data
Definition at line 1485 of file registry.cpp.