Contents

AddSCSITaskToHeadOfQueue

Internal method called to add a SCSITask to the head of the processing queue.

Declaration

void AddSCSITaskToHeadOfQueue (
 SCSITask *request );

Parameters

  • request:

    A valid SCSITask pointer.

Overview

Internal method called to add a SCSITask to the head of the processing queue.

See Also

Miscellaneous