Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 2.99 KB

ns-mpiodisk-_dsm_querysupportedlbpolicies_v2.md

File metadata and controls

69 lines (57 loc) · 2.99 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:mpiodisk._DSM_QuerySupportedLBPolicies_V2
_DSM_QuerySupportedLBPolicies_V2 (mpiodisk.h)
The DSM_QuerySupportedLBPolicies_V2 structure is used to query the list of load balance policies that are supported on the LUN.
storage\dsm_querysupportedlbpolicies_v2.htm
storage
03/29/2018
DSM_QuerySupportedLBPolicies_V2 structure
*PDSM_QuerySupportedLBPolicies_V2, DSM_QuerySupportedLBPolicies_V2, DSM_QuerySupportedLBPolicies_V2 structure [Storage Devices], PDSM_QuerySupportedLBPolicies_V2, PDSM_QuerySupportedLBPolicies_V2 structure pointer [Storage Devices], _DSM_QuerySupportedLBPolicies_V2, mpiodisk/DSM_QuerySupportedLBPolicies_V2, mpiodisk/PDSM_QuerySupportedLBPolicies_V2, storage.dsm_querysupportedlbpolicies_v2, structs-scsibus_33717938-d010-4155-a87b-4fb94831315e.xml
mpiodisk.h
Mpiowmi.h
Windows
Windows
DSM_QuerySupportedLBPolicies_V2, *PDSM_QuerySupportedLBPolicies_V2
_DSM_QuerySupportedLBPolicies_V2
mpiodisk/_DSM_QuerySupportedLBPolicies_V2
PDSM_QuerySupportedLBPolicies_V2
mpiodisk/PDSM_QuerySupportedLBPolicies_V2
DSM_QuerySupportedLBPolicies_V2
mpiodisk/DSM_QuerySupportedLBPolicies_V2
APIRef
kbSyntax
HeaderDef
mpiodisk.h
_DSM_QuerySupportedLBPolicies_V2
PDSM_QuerySupportedLBPolicies_V2
DSM_QuerySupportedLBPolicies_V2

_DSM_QuerySupportedLBPolicies_V2 structure

-description

The DSM_QuerySupportedLBPolicies_V2 structure is used to query the list of load balance policies that are supported on the LUN. It is basically the same as the DSM_QuerySupportedLBPolicies except that it passes back the supported policies as an array of DSM_Load_Balance_Policy_V2 structures instead of DSM_Load_Balance_Policy structures. The caller must direct the WMI call for querying to a pseudo-LUN that is addressed by the WMI instance name that corresponds to the pseudo-LUN. All DSMs must register and implement this class, even if they do not support any load balance policies for the devices they control.

-struct-fields

-field SupportedLBPoliciesCount

An unsigned 32-bitfield that returns the number of load balance policies that are supported for the LUN by the controlling DSM.

-field Reserved

Should be zero.

-field Supported_LB_Policies

An array of DSM_Load_Balance_Policy_V2 structures, one for each of the supported load balance policies. The number of array elements will be the same as SupportedLBPoliciesCount. Each element of the array lists the supported load balance policy type. It is not expected that the element return path specifics.