Contents

HandleProtocolServiceFeature

HandleProtocolServiceFeature instructs the Protocol Services driver to perform the necessary tasks for the indicated feature.

Declaration

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

Parameters

  • feature:

    A valid SCSIProtocolFeature.

  • serviceValue:

    A pointer to a value for the protocol feature.

Return Value

True if successful, otherwise false.

Overview

HandleProtocolServiceFeature instructs the Protocol Services driver to perform the necessary tasks for the indicated feature.

See Also

Miscellaneous