GetSupportedStripeDepths method of the MSISCSITARGET_StorageCapabilities class

Retrieves a list of supported values for systems that support discrete user data stripe depths.

Different implementations can support either the GetSupportedStripeDepths or the GetSupportedStripeDepthRange method. If the system only supports a range of sizes, then this method returns Use GetSupportedStripeDepthRange instead (2).

This method is inherited from the CIM_StorageCapabilities class.

Syntax

uint32 GetSupportedStripeDepths(
  [out] uint64 StripeDepths[]
);

Parameters

StripeDepths [out]

On return, contains a list of supported user data stripe depths in bytes for a volume or pool.

Return value

Method completed OK (0)

Method not supported (1)

Use GetSupportedStripeDepthRange instead (2)

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\CIMv2\Storage\iScsiTarget
MOF
Smiscsitarget.mof
DLL
SmIScsiTargetProv.dll

See also

MSISCSITARGET_StorageCapabilities

GetSupportedStripeDepthRange