Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Driver Kit
Storage Devices
Reference
Storage Routines
 StorPortResume
Windows Driver Kit: Storage Devices
StorPortResume

The StorPortResume routine resumes a paused adapter.

BOOLEAN
  StorPortResume (
    IN PVOID  HwDeviceExtension
    );

Parameters

HwDeviceExtension
A pointer to the hardware device extension. This is a per HBA storage area that the port driver allocates and initializes on behalf of the miniport driver. Miniport drivers usually store HBA-specific information in this extension, such as the state of the HBA and the mapped access ranges for the HBA. This area is available to the miniport driver in the DeviceExtension->HwDeviceExtension member of the device object for the HBA immediately after the miniport driver calls StorPortInitialize. The port driver frees this memory when it removes the device.

Return Value

StorPortResume returns TRUE if the miniport driver succeeded in resuming the paused adapter, FALSE if not.

Requirements

Headers: Defined in Storport.h. Include Storport.h.

See Also

StorPortPause


Send feedback on this topic
Built on October 01, 2009
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker