Share via


PCIReg (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

PCI Bus Driver Functions
PCI_REG_INFO

Other Resources

IOCTL_HAL_INITREGISTRY