Skip to end of metadata
Go to start of metadata

void PluginWindowWin::InvalidateWindow (  ) const [virtual]

Invalidate window. This should tell the OS to send a REFRESH event.

Implements FB::PluginWindow.

Definition at line 249 of file PluginWindowWin.cpp.

{
    InvalidateRect(m_hWnd, NULL, true);
}
Labels: