SetLoadBalancePolicy_OUT structure (iscsimgt.h)

The SetLoadBalancePolicy_OUT structure holds the output data for the SetLoadBalance method.

Syntax

typedef struct _SetLoadBalancePolicy_OUT {
  ULONG Status;
} SetLoadBalancePolicy_OUT, *PSetLoadBalancePolicy_OUT;

Members

Status

A value that provides the status of the SetLoadBalancePolicy operation.

Remarks

You must implement this class. For a list of possible status qualifiers, see ISCSI_STATUS_QUALIFIERS.

Requirements

Requirement Value
Header iscsimgt.h (include Iscsimgt.h)

See also

ISCSI_STATUS_QUALIFIERS

MSiSCSI_LB_Operations WMI Class