IVideoWindow.Owner

 
Microsoft DirectShow 9.0

IVideoWindow.Owner

  • Note   This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.

The Owner property sets or retrieves the parent window for the video window.

Syntax

  objVideoWindow
  .Owner As LONG_PTR 

Parameters

This property takes no parameters.

Return Values

Returns a handle to the owner window.

Remarks

This property offers a way for applications to display video in a compound document.

This property is read/write.

Requirements

Reference: Add a reference to ActiveMovie control type library.

Library: Quartz.dll.

See Also