getpolicyexpressionResult Structure Definition

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

policyexpressionList

List of policyexpressions


policyexpression Structure Definition

The policyexpression structure defines the actual return type values for getpolicyexpression API.

Syntax



Members

name

Name of the policy expression to display.

type

Type of expression.

value

The expression string.

hits

The total number of hits.

pihits

The total number of hits.

type2

The type of expression. This is for output only.

clientsecuritymessage

The client security message that will be displayed on failure of the client security check.

comment

Any comments associated with the expression. Displayed upon viewing the policy expression.

builtin

Indicates that a variable is a built-in (SYSTEM INTERNAL) type.

_nextgenapiresource


See Also