Share via


IMSVidRect::get_HWnd

 
Microsoft DirectShow 9.0

IMSVidRect::get_HWnd

This topic applies to Windows XP or later.

The get_HWnd method retrieves the window associated with the rectangle.

Syntax

  HRESULT get_HWnd(
  
  HWND*
  
  HWndVal
  
  );

Parameters

  pHWndVal

[out]  Pointer to a variable that receives a 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