ConfigInit

This function executes at the end of the PCI bus configuration and enumeration cycle so that any device-specific initialization steps can execute. 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

ConfigRsrc | ConfigSet | ConfigSize | DeviceConfig | PCI Bus Configuration and Enumeration

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.