Share via


IMSVidCtl::get_Window

 
Microsoft DirectShow 9.0

IMSVidCtl::get_Window

This topic applies to Windows XP or later.

The get_Window method retrieves the window associated with the Video Control.

Syntax

  HRESULT get_Window(
  
  HWND*
  
  phwnd
  
  );

Parameters

  phwnd

[out]  Pointer to a variable of that receives a handle to the window.

Return Values

Returns an HRESULT value. Possible values include the following.

Value Description
S_OK Success.
E_POINTER NULL pointer argument.

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also