// srb.h
PHW_TIMER PhwTimer;
VOID PhwTimer(
[in] PVOID DeviceExtension
)
{...}
View the official Windows Driver Kit DDI reference
No description available.
The PHW_TIMER routine prototype declares a SCSI miniport driver's timer routine.
DeviceExtension
[in]Pointer to the miniport driver's per-HBA storage area.
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.