HwStorTracingEnabled routine
The HwStorTracingEnabled callback routine enables the Storport to notify a miniport that event tracing is enabled.
Syntax
VOID HwStorTracingEnabled( _In_ PVOID DeviceExtension, _In_ BOOLEAN Enabled );
Parameters
- DeviceExtension [in]
-
A pointer to the miniport driver's per-HBA storage area.
- Enabled [in]
-
True to enable tracing in the miniport. Otherwise, false.
Return value
None.
Remarks
The name HwStorTracingEnabled is placeholder text for the actual routine name. The actual prototype of this routine is defined in Storport.h as follows:
typedef
VOID
HW_TRACING_ENABLED (
_In_ PVOID HwDeviceExtension,
_In_ BOOLEAN Enabled
);
Requirements
|
Version | Available in Windows 8 and later versions of Windows. |
|---|---|
|
Header |
|
|
IRQL | PASSIVE_LEVEL |
See also
Send comments about this topic to Microsoft
Build date: 4/17/2013