EngUnlockSurface

VOID EngUnlockSurface(

IN SURFOBJ *pso
);

EngUnlockSurface causes GDI to unlock the surface.

Parameters

pso

Points to a SURFOBJ structure that describes the surface to be unlocked.

Comments

The specified surface must previously have been locked by a call to EngLockSurface. The pointer to the SURFOBJ must not be used after this call.