OWLNext 7.0
Borland's Object Windows Library for the modern age
|
A single registration list entry. More...
#include <owl/registry.h>
Static Public Member Functions | |
static tchar * | RegFormat (int f, int a, int t, int d, TRegFormatHeap &heap) |
Registers data formats for the object. | |
static tchar * | RegFormat (LPCTSTR f, int a, int t, int d, TRegFormatHeap &heap) |
Registers data formats for the object. | |
static tchar * | RegFormat (const tstring &f, int a, int t, int d, TRegFormatHeap &heap) |
static tchar * | RegFlags (long flags, TRegFormatHeap &heap) |
Registers the flag. | |
static tchar * | RegVerbOpt (int mf, int sf, TRegFormatHeap &heap) |
Registers the verb option. | |
static void | OverflowCheck () |
Public Attributes | |
const char * | Key |
Non-localized parameter or registry subkey. | |
TLocaleString | Value |
Localizable value for parameter or subkey. | |
A single registration list entry.
TRegItem defines localizable values for parameters or subkeys. These values can be passed to TLocaleString, which defines a localizable substitute for char*. TRegItem contains several undocumented functions that are used privately by the registration macros REGFORMAT and REGSTATUS.
Definition at line 507 of file registry.h.
|
static |
|
inlinestatic |
Definition at line 516 of file registry.h.
References RegFormat().
Registers data formats for the object.
Definition at line 99 of file regheap.cpp.
Registers data formats for the object.
Definition at line 116 of file regheap.cpp.
References _stprintf, _T, and owl::MaxFormatLen.
|
static |
Registers the verb option.
Definition at line 148 of file regheap.cpp.
const char* owl::TRegItem::Key |
Non-localized parameter or registry subkey.
Definition at line 509 of file registry.h.
TLocaleString owl::TRegItem::Value |
Localizable value for parameter or subkey.
Definition at line 510 of file registry.h.