Share via


PCIReg

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.

BOOL PCIReg(
  PPCI_REG_INFO pInfo
);

Parameters

  • pInfo
    [in] Pointer to a PCI_REG_INFO structure containing registry information about a PCI device.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: PCIReg.h.
Link Library: PCIReg.lib.

See Also

IOCTL_HAL_INITREGISTRY | PCI_REG_INFO | PCI Device Support

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.