This subroutine releases the HBITMAP which was grabbed using pglGrapFrontBitmap. The calling process will now begin recieving WM_SIZE and WM_ADJUSTPOSITION messages in its current OpenGL window again.

#include <pgl.h>

HAB     hab;
BOOL    rc;

rc = pglReleaseFrontBitmap(hab);


[Back: pglReleaseFrontBitmap]
[Next: pglReleaseFrontBitmap Parameter - hab]