This method takes a clipping region and blits that portion of the offscreen bitmap to the screen.
HRESULT ClipAndCommit( OLE_HANDLE hDC, OLE_HANDLE hRgnClip );
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
The form must have focus for blitting to take place. If not, no errors are generated, but the image does not appear on the screen. This method fails if the DC passed to the method is not the one returned by a previous call to IFMDraw::GetDC. It also fails if the DC has been released by IFMDraw::ReleaseDC.
IFMDraw::GetDC, IFMDraw::Commit, IFMDraw::ReleaseDC