HW_TRACING_ENABLED回调函数 (storport.h)
HwStorTracingEnabled 回调例程使 Storport 能够通知微型端口事件跟踪已启用。
语法
HW_TRACING_ENABLED HwTracingEnabled;
void HwTracingEnabled(
PVOID HwDeviceExtension,
[in] BOOLEAN Enabled
)
{...}
参数
HwDeviceExtension
[in]指向微型端口驱动程序的每个 HBA 存储区域的指针。
[in] Enabled
如果为 True,则在微型端口中启用跟踪。 否则为 false。
返回值
无
备注
名称 HwStorTracingEnabled 是实际例程名称的占位符文本。 此例程的实际原型在 Storport.h 中定义,如下所示:
typedef
VOID
HW_TRACING_ENABLED (
_In_ PVOID HwDeviceExtension,
_In_ BOOLEAN Enabled
);
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 在 Windows 8 及更高版本的 Windows 中可用。 |
目标平台 | 通用 |
标头 | storport.h (包括 Storport.h) |
IRQL | PASSIVE_LEVEL |