Jungo WinDriver  
Official Documentation

◆ KP_PCI_Close()

void __cdecl KP_PCI_Close ( PVOID  pDrvContext)

Called when WD_KernelPlugInClose() (see the WinDriver PCI Low-Level API Reference) is called from user mode.

The high-level WDC_PciDeviceClose() / WDC_IsaDeviceOpen() functions automatically call WD_KernelPlugInClose() for devices that contain an open Kernel PlugIn handle.

This functions can be used to perform any required clean-up for the Kernel PlugIn (such as freeing memory previously allocated for the driver context, etc.).

Parameters
[in]pDrvContextDriver context data that was set by KP_Open()

Definition at line 326 of file kp_pci.c.