Share via


IRTCParticipant3::get_IVideoWindow

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method allows an application to get an IVideoWindow interface of a participant in the session associated with the specified video window.

Note

This method is not supported on Windows Embedded CE.

Syntax

HRESULT get_IVideoWindow(
  IVideoWindow** ppIVideoWindow
);

Parameters

  • ppIVideoWindow
    [out] Pointer to the IVideoWindow Interface. This call adds a reference to the interface, which the caller is responsible for releasing.

Return Value

This method can return an RTC_E_ constant.

Requirements

Header rtccore.idl
Library uuid.lib
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Concepts

IRTCParticipant3