| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | hdbObject::SetName | (const hzString&,) |
Declared in file: hzDatabase.h
Defined in file : hdbObject.cpp
Function Logic:
Function body:
hzEcode hdbObject::SetName (const hzString& objKey)
{
if (m_Key)
return E_DUPLICATE ;
m_Key = objKey ;
return E_OK ;
}