Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTSession::GetDatabaseUID

Syntax

void GetDatabaseUID(const CTString& Name, ULONG& uid)

Parameters

  • Name [in] the database name
  • uid [out] the database uid

Description

Retrieves the database UID, given the database name.

Return

None.

See also

SetDatabaseUID()

TOCIndex