WDF_INTERRUPT_INFO_INIT function (wdfinterrupt.h)
[Applies to KMDF and UMDF]
The WDF_INTERRUPT_INFO_INIT function initializes a WDF_INTERRUPT_INFO structure.
Syntax
void WDF_INTERRUPT_INFO_INIT(
[out] PWDF_INTERRUPT_INFO Info
);
Parameters
[out] Info
A pointer to a driver-allocated WDF_INTERRUPT_INFO structure.
Return value
None
Remarks
The WDF_INTERRUPT_INFO_INIT function zeros the specified WDF_INTERRUPT_INFO structure and sets the structure's Size member.
For more information about handling interrupts in framework-based drivers, see Handling Hardware Interrupts.
Examples
For a code example that uses WDF_INTERRUPT_INFO_INIT, see WdfInterruptGetInfo.
Requirements
Requirement | Value |
---|---|
Target Platform | Universal |
Minimum KMDF version | 1.0 |
Minimum UMDF version | 2.0 |
Header | wdfinterrupt.h (include Wdf.h) |
IRQL | Any level |