ClassesClasses | | Operators

query_param_infoT_query_param_infoQueryParamInfoQueryParamInfo (Operator)

Name

query_param_infoT_query_param_infoQueryParamInfoQueryParamInfo — Query slots of the online-information concerning the operator get_param_infoget_param_infoGetParamInfoGetParamInfoGetParamInfo.

Signature

query_param_info( : : : Slots)

Herror T_query_param_info(Htuple* Slots)

void QueryParamInfo(HTuple* Slots)

static HTuple HInfo::QueryParamInfo()

static void HOperatorSet.QueryParamInfo(out HTuple slots)

static HTuple HInfo.QueryParamInfo()

Description

The operator query_param_infoquery_param_infoQueryParamInfoQueryParamInfoQueryParamInfo returns the names of those pieces of information (SlotsSlotsSlotsSlotsslots) which are available online for each parameter (online texts). The online texts themselves can be called up using

get_param_info(::<Procedurname>,<Parametername>,<Slot>:<Information>)get_param_info(<Procedurname>,<Parametername>,<Slot>,<Information>)GetParamInfo(<Procedurname>,<Parametername>,<Slot>,<Information>)GetParamInfo(<Procedurname>,<Parametername>,<Slot>,<Information>)GetParamInfo(<Procedurname>,<Parametername>,<Slot>,<Information>).

Execution Information

Parameters

SlotsSlotsSlotsSlotsslots (output_control)  string-array HTupleHTupleHtuple (string) (string) (HString) (char*)

Slotnames for the operator get_param_infoget_param_infoGetParamInfoGetParamInfoGetParamInfo.

Result

query_param_infoquery_param_infoQueryParamInfoQueryParamInfoQueryParamInfo always returns the value 2 (H_MSG_TRUE).

Possible Successors

get_param_infoget_param_infoGetParamInfoGetParamInfoGetParamInfo

See also

get_param_infoget_param_infoGetParamInfoGetParamInfoGetParamInfo

Module

Foundation


ClassesClasses | | Operators