CloseDriver  4U8T.RP

Closes an installable driver.

LRESULT CloseDriver(HDRVR hdrvr, LONG lParam1, LONG lParam2);
 

Parameters

hdrvr

Handle of an installable driver instance. The handle must have been previously created by using the OpenDriver193T_GX function.

lParam1 and lParam2

32-bit driver-specific data.

 

Return Value

Returns nonzero if successful or zero otherwise.

Remarks

The function passes the lParam1 and lParam2 parameters to the DriverProcJIGHER function of the installable driver.