Public Attributes

ParamAlias Struct Reference

Search for all occurrences

Detailed Description

See also:
Class IParamBlock2, Class ParamBlockDesc2.
Remarks:
This stucture provides information about a parameter alias. Aliases allow individual parameters or Tab<> parameter elements to be named. See the methods IParamBlock2::DefineParamAlias, FindParamAlias, etc.

#include <iparamb2.h>

Inheritance diagram for ParamAlias:
Inheritance graph
[legend]

List of all members.

Public Attributes

MCHAR *  alias
  The name of the alias.
ParamID  ID
  The permanent ID of the parameter.
int  tabIndex
  If the parameter is a Tab<> this is the zero based index into the table of the parameter.

Member Data Documentation

MCHAR* alias

The name of the alias.

ParamID ID

The permanent ID of the parameter.

int tabIndex

If the parameter is a Tab<> this is the zero based index into the table of the parameter.

If the parameter is not a table this is -1.