次の方法で共有


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

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header

gdcfg.c

Library

Gdcfg.lib

See Also

Reference

Device Configuration Functions
DeviceConfig
PCI_DEV_INFO