Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTSession::FindActive

Syntax

CTDatabase* FindActive(ULONG uid)

CTDatabase* FindActive(const CTString& Name)

Parameters

  • uid [in] the database uid to look for in the session
  • Name [in] the database name to look for in the session

Description

Finds an active database by uid or name.

Return

FindActive() returns a pointer to the database object or NULL if no database is found.

See also

GetFirstActive(), GetNextActive()

TOCIndex