PCIReg (Windows CE 5.0)

Send Feedback

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.