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 中提供。 |
目標平台 | Universal |
標頭 | storport.h (包含 Storport.h) |
IRQL | PASSIVE_LEVEL |