SetLoadBalancePolicy_OUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iscsimgt.h

typedef struct _SetLoadBalancePolicy_OUT {
  ULONG Status;
} SetLoadBalancePolicy_OUT, *PSetLoadBalancePolicy_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iscsimgt-_setloadbalancepolicy_out)

_SetLoadBalancePolicy_OUT structure

Description

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

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.

See also

ISCSI_STATUS_QUALIFIERS

MSiSCSI_LB_Operations WMI Class