// iscsimgt.h
typedef struct _SetLoadBalancePolicy_IN {
ISCSI_Supported_LB_Policies LoadBalancePolicies;
} SetLoadBalancePolicy_IN, *PSetLoadBalancePolicy_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SetLoadBalancePolicy_IN structure holds the input data for the SetLoadBalance method.
LoadBalancePoliciesA structure that contains the information that is required for setting the load balance policy.
You must implement this class.
MSiSCSI_LB_Operations WMI Class