Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbSetStatusLogPath

Set CTSTATUS.FCS path location for standalone applications.

Declaration

CTDBRET ctdbDECL ctdbSetStatusLogPath(CTHANDLE hSession, pTEXT path)

Description

  • hSession - a valid session handle
  • path - path to locate CTSTATUS.FCS

Standalone applications can now set a CTSTATUS.FCS log path. ctdbSetStatusLogPath() defines this location.

These functions are methods of CTSession objects at the higher-level APIs (c-treeDB API C++, .NET, c-treeDB API Java).

TOCIndex