ConfigInit (Compact 2013)
3/26/2014
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
- pInfo
[in] Pointer to a PCI_DEV_INFO structure.
Return Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header |
gdcfg.c |
Library |
Gdcfg.lib |