Share via


GetSupportedConnectionFeatures method of the MSISCSITARGET_ReplicationServiceCapabilities class

Retrieves specific features of a specified protocol endpoint.

This method is inherited from the CIM_ReplicationServiceCapabilities class.

Syntax

uint32 GetSupportedConnectionFeatures(
  [in]  CIM_ServiceAccessPoint Ref connection,
  [out] uint16                     SupportedConnectionFeatures[]
);

Parameters

connection [in]

Specifies the protocol endpoint to query.

SupportedConnectionFeatures [out]

On return, indicates the supported connection features.

The possible values are.

Unidirectional to ServiceAccessPoint (2)

Unidirectional from ServiceAccessPoint (3)

DMTF Reserved

4 0x7FFF

Vendor Specific

0x8000 = *value*

Return value

This method returns one of the following values.

Success (0)

Not Supported (1)

Unknown (2)

Timeout (3)

Failed (4)

Invalid Parameter (5)

In Use (6)

DMTF Reserved (7 0x7FFF)

Vendor Specific (0x8000 = value )

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_ReplicationServiceCapabilities

MSISCSITARGET_ReplicationService

MSISCSITARGET_iSCSIProtocolEndpoint

MSISCSITARGET_TCPProtocolEndpoint