parameterName | パラメータ名。 A parameter name. |
parameterValue | パラメータ値。 The value of the parameter. |
Nchoice | パラメータが取りうる値の選択肢の個数。 The number of possible values of the parameter. |
... | パラメータが取りうる値のリスト。
全てchar ∗型(文字列配列)とする。 The list of all possible parameter values, each of which must be char ∗-type that represents a string. |