Remove the hdbObject from the user session

Return TypeFunction nameArguments
hzEcodehdsInfo::ObjectClose(hzString&,)

Declared in file: hzDissemino.h
Defined in file : hdsCore.cpp

Function Logic:

Function body:

hzEcode hdsInfo::ObjectClose (hzString& objKey)
{
   //  Category: Dissemino Operation
   //  
   //  Remove the hdbObject from the user session
   //  
   //  Argument: objKey The application name for the hdbObject instance
   //  
   //  Returns: E_NOTFOUND If the named object does not exist in the user session
   //     E_OK  If the named object was removed
   return E_OK ;
}