// iscsimgt.h
typedef struct _SetLoadBalancePolicy_OUT {
ULONG Status;
} SetLoadBalancePolicy_OUT, *PSetLoadBalancePolicy_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The SetLoadBalancePolicy_OUT structure holds the output data for the SetLoadBalance method.
StatusA value that provides the status of the SetLoadBalancePolicy operation.
You must implement this class. For a list of possible status qualifiers, see ISCSI_STATUS_QUALIFIERS.
MSiSCSI_LB_Operations WMI Class