Contents

IsProtocolServiceSupported

IsProtocolServiceSupported will return true if the specified feature is supported by the protocol layer.

Declaration

virtual bool IsProtocolServiceSupported (
 SCSIProtocolFeaturefeature,
 void *serviceValue ) = 0;

Parameters

  • feature:

    A valid SCSIProtocolFeature.

  • serviceValue:

    A pointer to a value for the protocol feature.

Return Value

True if the requested service is supported, otherwise false.

Overview

IsProtocolServiceSupported will return true if the specified feature is supported by the protocol layer.

See Also

Miscellaneous