| getcmpglobalResult Structure Definition |
The getcmpglobalResult structure defines the return type for getcmpglobal 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. |
cmpglobalList |
List of cmpglobals |
| cmpglobal Structure Definition |
The cmpglobal structure defines the actual return type values for getcmpglobal API. |
Syntax |
Members |
type |
Bind point to which the policy is bound. |
policyname |
The name of the globally bound HTTP compression policy. |
priority |
Positive integer specifying the priority of the policy. The lower the number, the higher the priority. By default, polices within a label are evaluated in the order of their priority numbers.
In the configuration utility, you can click the Priority field and edit the priority level or drag the entry to a new position in the list. If you drag the entry to a new position, the priority level is updated automatically. |
numpol |
The number of policies bound to the bindpoint. |
globalbindtype |
_nextgenapiresource |
cmppolicyname |
cmppolicypriority |
cmppolicynumpol |
See Also |