CBaseWindow::InactivateWindow
Microsoft DirectShow 9.0 |
CBaseWindow::InactivateWindow
The InactivateWindow method inactivates the window. In the base class, this method hides the window.
Syntax
virtual HRESULT InactivateWindow(void);
Return Value
Returns one of the HRESULT values shown in the following table.
Value | Description |
S_OK | Success. |
S_FALSE | Window is already inactive. |
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also