|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <owl/registry.h>
Public Attributes | |
| tchar | Prepend |
| Optional tchar to prepend to key before removing. | |
| LPCTSTR | Name |
| Name of param. | |
| TRegKey * | BaseKey |
| Key that that the param is based upon. | |
Definition at line 838 of file registry.h.
| TRegKey* owl::TRegistry::TUnregParams::BaseKey |
Key that that the param is based upon.
Definition at line 842 of file registry.h.
| LPCTSTR owl::TRegistry::TUnregParams::Name |
Name of param.
Definition at line 841 of file registry.h.
| tchar owl::TRegistry::TUnregParams::Prepend |
Optional tchar to prepend to key before removing.
Definition at line 840 of file registry.h.