ConfigInit (Windows CE 5.0)

Send Feedback

This function executes any device-specific initialization steps. It is called at the end of the PCI bus configuration and enumeration cycle. The DeviceConfig function calls this function in response to the PCIBUS_CONFIG_INIT command.

static BOOL ConfigInit(PPCI_DEV_INFO pInfo);

Parameters

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

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

See Also

DeviceConfig | PCI_DEV_INFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.