Contents

IsProtocolServiceSupported

Determine is specified feature is supported by the protocol layer.

Declaration

virtual bool IsProtocolServiceSupported (
 SCSIProtocolFeature feature,
 void *serviceValue );

Return Value

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

Overview

If the service has a value that must be returned, it will be returned in the serviceValue output parameter. See IOSCSIProtocolServices.h for more details regarding IsProtocolServiceSupported.

See Also

Miscellaneous