Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTSession::GetParam

Syntax

NINT GetParam(const CTSESSION_PARAM ParamType) const

Parameters

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

Description

Retrieves the session parameter based on the parameter type.

Return

GetParam() returns the session parameter value based on the parameter type.

See also

SetParam()

TOCIndex