getappfwfieldtypeResult Structure Definition

The getappfwfieldtypeResult structure defines the return type for getappfwfieldtype API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

appfwfieldtypeList

List of appfwfieldtypes


appfwfieldtype Structure Definition

The appfwfieldtype structure defines the actual return type values for getappfwfieldtype API.

Syntax



Members

name

Name of the field type.

regex

PCRE - format regular expression defining the characters and length allowed for this field type.

priority

Positive integer specifying the priority of the field type. A lower number specifies a higher priority. Field types are checked in the order of their priority numbers.

comment

Comment describing the type of field that this field type is intended to match.

builtin

Flag to determine if fieldtype is built-in or not

_nextgenapiresource


See Also