ConfigSize (Windows CE 5.0)

Send Feedback

This function queries the device for resource information. It is similar to the ConfigRsrc function.

static BOOL ConfigSize(PPCI_DEV_INFO pInfo);

Parameters

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

ConfigSize fills out the members of the PCI_DEV_INFO structure. If the resource is memory-mapped, the MemLen and MemBase members of the structure are updated to reflect the base address and size of the memory resource. If the resource is I/O-mapped, the IoLen and IoBase members of the structure are updated to reflect the base address and size of the I/O resource.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Gdcfg.c.
Link Library: Gdcfg.lib.

See Also

ConfigRsrc | PCI_DEV_INFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.