Partager via


Registry Helper Routines

The registry helper routines allow you to read resource configurations from the registry.

The following table shows the registry helper functions.

Function Description
DDKReg_GetIsrInfo Populates a DDKISRINFO structure with information from the registry. If an ISR DLL is specified, a handler entry point and an IRQ must also be specified.
DDKReg_GetPciInfo Populates the DDKPCIINFO structure with information from the registry.
DDKReg_GetWindowInfo Fills in the DDKWINDOWINFO structure with information it reads from the registry. This information includes everything a driver needs to map its memory windows.

The following table shows the CEDDK helper structures.

Structure Description
DDKISRINFO Contains ISR information.
DDKPCIINFO Contains standard PCI device instance information.
DDKWINDOWINFO Contains address window information.

See Also

PCI Device Support | Sample Enumeration Utilities

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.