ConfigInit (Windows CE 5.0)
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
- pInfo
[in] Pointer to a PCI_DEV_INFO structure.
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
Send Feedback on this topic to the authors