getnsassignmentResult Structure Definition

The getnsassignmentResult structure defines the return type for getnsassignment 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.

nsassignmentList

List of nsassignments


nsassignment Structure Definition

The nsassignment structure defines the actual return type values for getnsassignment API.

Syntax



Members

name

Name of the assignment

variable

Left hand side of the assignment.

set

Right hand side of the assignment, variable set to expression value.

add

Right hand side of the assignment, expression value added to variable.

sub

Right hand side of the assignment, expression value subtracted from variable.

append

Right hand side of the assignment, expression value appended to vari able.

clear

Variable cleared.

hits

The number of times the action has been taken.

undefhits

The number of times the action resulted in UNDEF.

referencecount

The number of references to the action.

comment

Comment. Can be used to preserve information about this rewrite action.

_nextgenapiresource


See Also