Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTSession::SetParam

Syntax

void SetParam(const CTSESSION_PARAM ParamType, const NINT value)

Parameters

  • ParamType [in] identifies the parameter type. The valid values are:
    • CT_BUFS
    • CT_FILS
    • CT_SECT
    • CT_DBUFS
    • CT_USERPROF
  • value [in] parameter value

Description

Sets the session parameter values.

Return

None.

See also

GetParam()

TOCIndex