Jungo WinDriver  
Official Documentation

◆ KP_Init()

BOOL __cdecl KP_Init ( KP_INIT kpInit)

You must define a KP_Init() function to link to the device driver.

You must define a KP_Init() function to link to the device driver.

This function sets the name of the Kernel PlugIn driver and the driver's open callback function(s).

Parameters
[out]kpInitPointer to a pre-allocated Kernel PlugIn initialization information structure, whose fields should be updated by the function
Returns
TRUE if successful. Otherwise FALSE.

Definition at line 65 of file kp_pci.c.