BOOL
GetInterruptsAndDMA(
LPDWORD InterruptsInUse,
LPDWORD DmaChannelsInUse,
LPCTSTR IgnoreDriver
);
The GetInterruptsAndDMA function examines the registry to determine which interrupt numbers and DMA channels are assigned to devices.
Returns TRUE if the operation succeeds. Otherwise returns FALSE.
Typically, a user-mode driver calling this function specifies the name of its kernel-mode driver for the IgnoreDriver parameter.
For additional information, see Installing and Configuring your Driver, Using drvlib.lib.