IRQ_RESOURCE_32 structure (cfgmgr32.h)
The IRQ_RESOURCE structure is used for specifying either a resource list or a resource requirements list that describes IRQ line usage for a device instance. For more information about resource lists and resource requirements lists, see Hardware Resources.
typedef struct IRQ_Resource_32_s {
IRQ_DES_32 IRQ_Header;
IRQ_RANGE IRQ_Data[ANYSIZE_ARRAY];
} IRQ_RESOURCE_32, *PIRQ_RESOURCE_32;
IRQ_Header
An IRQ_DES structure.
IRQ_Data[ANYSIZE_ARRAY]
Zero.
An IRQ_RANGE array.
Requirement | Value |
---|---|
Header | cfgmgr32.h (include Cfgmgr32.h) |