Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The PHW_TIMER routine prototype declares a SCSI miniport driver's timer routine.
Syntax
PHW_TIMER PhwTimer;
VOID PhwTimer(
[in] PVOID DeviceExtension
)
{...}
Parameters
[in] DeviceExtension
Pointer to the miniport driver's per-HBA storage area.
Return value
None
Remarks
The SCSI miniport driver's timer routine, HwScsiTimer, is called after the interval specified when the miniport driver called ScsiPortNotification with the RequestTimerCallNotificationType value.
Miniport drivers that work with the StorPort driver do not use this timer routine.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | srb.h (include Storport.h, Srb.h, Storport.h) |