Jungo WinDriver
Official Documentation
|
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).
[out] | kpInit | Pointer to a pre-allocated Kernel PlugIn initialization information structure, whose fields should be updated by the function |