Share via


ConfigInit (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

static BOOL ConfigInit(
  PPCI_DEV_INFO pInfo 
);

Parameters

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Library Gdcfg.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Device Configuration Functions
DeviceConfig
PCI_DEV_INFO