Hi, the following code put set video window to g_hwnd handler.. if i want to return the handler to it's original stat how do i do that? IVideoWindow *pVidWin = NULL; pGraph->QueryInterface(IID_IVideoWindow, (void **)&pVidWin); pVidWin->put_Owner((OAHWND)g_hwnd); thanks