CBaseWindow::GetWindowHeight
Microsoft DirectShow 9.0 |
CBaseWindow::GetWindowHeight
The GetWindowHeight method retrieves the current height of the window.
Syntax
LONG GetWindowHeight(void);
Return Value
Returns the height of the window, in pixels.
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also