ParamAlias Struct Reference
 
 
 
ParamAlias Struct Reference

#include <iparamb2.h>

Inheritance diagram for ParamAlias:
MaxHeapOperators

Class 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.

Public Attributes

const 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

const MCHAR* alias

The name of the alias.

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.