|
virtual bool CPureBase::GetSession(COSession *pOSession)=0; Return Value true if successful; otherwise false. Parameter [in] pOSession: A pointer to a valid COSession object. Remark The pure virtual function is an interface for retrieving an interface IOpenRowset to a TSession object. |