Class GetParamName
See Also: ParamDimension.
Description:
This class is used to hold a parameter name. When a client of a parameter block receives the REFMSG_GET_PARAM_NAME message, the partID field is set to point at one of these structures. The client should fill in the parameter name.
Data Members:
TSTR name;
Assign the parameter name to this variable.
int index;
Index of the parameter in the parameter block.
Methods:
Prototype:
GetParamName(TSTR n, int i)
Remarks:
Constructor.