BOOL EngUnlockDriverObj(
IN HDRVOBJ hdo | |
); |
EngUnlockDriverObj causes GDI to unlock the driver object.
The return value is TRUE if the function is successful; otherwise, it is FALSE.
The specified driver object must have been previously locked by a call to EngLockDriverObj. The object is not unlockable by another thread while it is locked down.