FPGA_BUS_SCAN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

FPGA_BUS_SCAN FpgaBusScan;

VOID FpgaBusScan(
  [_In_reads_opt_(_Inexpressible_("varies"))] PVOID Context
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-wdm-fpga_bus_scan)

Description

Reserved for future use.

Triggers a bus scan at the parent of the FPGA device.

Parameters

Context [_In_reads_opt_(_Inexpressible_("varies"))]

The handle to the bus extension.

Remarks

A device driver that successfully queries for the GUID_PCI_FPGA_CONTROL_INTERFACE interface receives a pointer to a FPGA_CONTROL_INTERFACE structure in which the driver sets the BusScan member to a pointer to its implementation of the _FPGA_BUS_SCAN_ callback function.

See also