| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | hdbObject::ExportEDO | (hzChain&,) |
Declared in file: hzDatabase.h
Defined in file : hdbObject.cpp
Function Logic:
Function body:
hzEcode hdbObject::ExportEDO (hzChain& E)
{
_hzfunc("hdbObject::ExportEDO") ;
hzEcode rc ;
E.Clear() ;
return _export_edo_r(E, m_pClass, m_pRoot->m_Core, m_pRoot->m_ObjId) ;
}