Typedefs

iparamb2Typedefs.h File Reference

This reference page is linked to from the following overview topics: Incremental Improvements, General Best Practices, Parameter Specification Arguments, Getting and Setting Parameter Block Values, Accessing and Exposing Parameter Blocks.


#include <WTypes.h>

Go to the source code of this file.

Typedefs

typedef short  ParamID
  The permanent ID of a Parameter.
typedef short  BlockID
  The permanent ID of the parameter block.
typedef short  MapID
  Parameter Map ID.
typedef INT_PTR  StringResID
  Resource String ID, that points to the fixed internal name for a function published definition.
typedef int  ResID
  Resource ID.

Typedef Documentation

typedef short ParamID

The permanent ID of a Parameter.

see class ParamDef

Definition at line 17 of file iparamb2Typedefs.h.

typedef short BlockID

The permanent ID of the parameter block.

see class ParamBlockDesc2

Definition at line 20 of file iparamb2Typedefs.h.

typedef short MapID

Parameter Map ID.

see class class ParamBlockDesc2 and class IParamMap2

Definition at line 23 of file iparamb2Typedefs.h.

typedef INT_PTR StringResID

Resource String ID, that points to the fixed internal name for a function published definition.

see class ParamBlockDesc2, FPFunctionDef, FPActionDef, FPPropDef, FPParamDef, etc..

Definition at line 26 of file iparamb2Typedefs.h.

typedef int ResID

Resource ID.

see class ParamBlockDesc2

Definition at line 29 of file iparamb2Typedefs.h.