DictionaryHandle :: ProvideStructureDef - Provide structure definition from internal or external dictionary
The function returns the structure definition for the passed structure name from the internal dictionary. When the structure definition has not been found in the internal dictionary the function will provide the extent definition in the internal dictionary by reading it from the external dictionary.
Return value: Structure definition ( DBStructDef * )
The structure definition is provided in the internal format as pointer to a DBStructDef object.
Implementation details
DBStructDef *
DictionaryHandle  :: ProvideStructureDef ( NString &scoped_name )
- scoped_name
- Scoped type or property name
my_namespace::Person