| geticaactionResult Structure Definition |
The geticaactionResult structure defines the return type for geticaaction 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. |
icaactionList |
List of icaactions |
| icaaction Structure Definition |
The icaaction structure defines the actual return type values for geticaaction API. |
Syntax |
Members |
name |
Name of the ICA action. |
accessprofilename |
Name of the ica accessprofile to be associated with this action. |
latencyprofilename |
Name of the ica latencyprofile to be associated with this action. |
hits |
The number of times the action has been taken. |
referencecount |
The number of references to the action. |
undefhits |
The number of times the action resulted in UNDEF. |
builtin |
Indicates that the ICA action is a built-in (SYSTEM INTERNAL) type. |
_nextgenapiresource |
See Also |