SetLoadBalancePolicy_IN - NtDoc

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

typedef struct _SetLoadBalancePolicy_IN {
  ISCSI_Supported_LB_Policies LoadBalancePolicies;
} SetLoadBalancePolicy_IN, *PSetLoadBalancePolicy_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SetLoadBalancePolicy_IN structure

Description

The SetLoadBalancePolicy_IN structure holds the input data for the SetLoadBalance method.

Members

LoadBalancePolicies

A structure that contains the information that is required for setting the load balance policy.

Remarks

You must implement this class.

See also

MSiSCSI_LB_Operations WMI Class