Return Type | Function name | Arguments |
---|---|---|
hzEcode | hdbObjRepos::Update | (hdbObject&,unsigned int,) |
Declared in file: hzDatabase.h
Defined in file : hdbObjRepos.cpp
Function Logic:
Function body:
hzEcode hdbObjRepos::Update (hdbObject& obj, unsigned int objId) { _hzfunc("hdbObjRepos::Update") ; uint32_t nIndex ; _hdb_ck_initstate(m_Name, m_eReposInit, HDB_REPOS_OPEN) ; if (objId >&eq; m_pMain->Count()) return E_RANGE ; for (nIndex = 0;; nIndex++) { } return E_OK ; }