DictionaryHandle :: GetStructDef - Get structure definition
Maintained for compatibility reasons. See ProvideStructureDef().
Return value:  Structure definition ( DBStructDef * )
The structure definition is provided in the internal format as pointer to a DBStructDef object.
Implementation overview
-  - internal feature
 DictionaryHandle :: GetStructDef ( strnames )
-  - internal feature
 DictionaryHandle :: GetStructDef ( sid )
Implementation details
- 
- internal feature
 DBStructDef * DictionaryHandle  :: GetStructDef ( NString &strnames )
 - strnames - Type name
 to list
- 
- internal feature
 DBStructDef * DictionaryHandle  :: GetStructDef ( int16 sid )
 - sid
 - Internal type number
Internal type numbers for user-defined types are positive. Elementary types have got negative type IDs. 
 to list
- sid
 - Internal type number

