PCIReg (Compact 2013)
3/26/2014
This function writes PCI bus information about a device to the registry. The IOCTL_HAL_INITREGISTRY IOCTL uses this function to populate the registry with information about debugging devices before the registry is generally available.
Syntax
BOOL PCIReg(
PPCI_REG_INFO pInfo
);
Parameters
- pInfo
[in] Pointer to a PCI_REG_INFO structure containing registry information about a PCI device.
Return Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header |
pcireg.h |
Library |
PCIReg.lib |
See Also
Reference
PCI Bus Driver Functions
PCI_REG_INFO