Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
IMSVidRect::put_HWnd
This topic applies to Windows XP or later.
The put_HWnd method specifies the window associated with the rectangle.
Syntax
HRESULT put_HWnd( HWND HWndVal );
Parameters
HWndVal
[in] Specifies the handle to the window.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also