Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

Syntax

typedef struct IRQ_Resource_32_s {
 IRQ_DES_32 IRQ_Header;
 IRQ_RANGE IRQ_Data[ANYSIZE_ARRAY];
} IRQ_RESOURCE_32, *PIRQ_RESOURCE_32;

Members

IRQ_Header

An IRQ_DES structure.

IRQ_Data[ANYSIZE_ARRAY]

For a resource list:

Zero.

For a resource requirements list:

An IRQ_RANGE array.

Requirements

Requirement Value
Header cfgmgr32.h (include Cfgmgr32.h)

See also

IRQ_DES

IRQ_RANGE


Feedback

Was this page helpful?

Additional resources