This method blits the entire offscreen bitmap to the screen.
HRESULT Commit( OLE_HANDLE hDC );
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::ClipAndCommit, IFMDraw::ReleaseDC