FreeDeviceProc(devproc)
void FreeDeviceProc(struct DevProc *)
Frees up the structure created by
GetDeviceProc(), and any associated temporary locks.
Decrements the counter incremented by
GetDeviceProc(). The counter is in an extension to the 1.3 Process structure. After calling FreeDeviceProc(), do not use the port or
Lock again! It is safe to call FreeDeviceProc(NULL).
Counter not currently active in 2.0.