This method gets a screen device context (DC).
HRESULT GetDC( OLE_HANDLE *phDC );
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
Every call to IFMDraw::GetDC must be matched by a call to IFMDraw::ReleaseDC.