|
<< Click to Display Table of Contents >> CFGDesc (configuration descriptor) |
![]() ![]()
|
The CFGDesc structure describes the BDE configuration. It contains the following fields:
Field |
Type |
Description |
|
szNodeName |
DBINAME |
Specifies the name of the leaf node. |
|
szDescription |
DBINAME |
Specifies detailed information about the configuration leaf node. |
|
iDataType |
UINT16 |
Specifies the data type, which is always a string. |
|
szValue |
CHAR |
Specifies a value large enough to hold any value [DBIMAXSCFLDLEN]. |
|
bHasSubnodes |
BOOL |
TRUE, if not a leaf node. |
|