| getfeoglobalResult Structure Definition |
The getfeoglobalResult structure defines the return type for getfeoglobal 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. |
feoglobalList |
List of feoglobals |
| feoglobal Structure Definition |
The feoglobal structure defines the actual return type values for getfeoglobal API. |
Syntax |
Members |
type |
Bindpoint to which the policy is bound. |
policyname |
The name of the globally bound front end optimization policy. |
priority |
The priority assigned to the policy binding. |
numpol |
The number of policies bound to the bindpoint. |
gotopriorityexpression |
Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE. |
globalbindtype |
_nextgenapiresource |
feopolicyname |
feopolicypriority |
feopolicynextexpr |
feopolicynumpol |
See Also |