Name

kOfxParamHostPropMaxPages — Indicates the maximum number of parameter pages.

Synopsis

#include "/ofxParam.h"
#define kOfxParamHostPropMaxPages "OfxParamHostPropMaxPages"

Type

kOfxParamHostPropMaxPages is of type int, and has only a single dimension.

Property Set

This is a property that belongs to the host descriptor (read only).

Description

Indicates the maximum number of parameter pages.

If there is no limit to the number of pages on a host, set this to -1.

Hosts that do not support paged parameter layout should set this to zero.