Share via


IRTCClient::IVideoWindow

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method is not supported in Windows Embedded CE.

Syntax

HRESULT get_IVideoWindow(
  RTC_VIDEO_DEVICE enDevice,
  IVideoWindow** ppIVideoWindow
);

Parameters

  • enDevice
    [in] An RTC_VIDEO_DEVICE enumeration value specifying the video device. Only the RTCVD_PREVIEW enumeration value is supported; the RTCVD_RECEIVE enumeration value returns E_NOTIMPL.
  • ppIVideoWindow
    [out] Pointer to an IVideoWindow Interface interface for the device.

    This method adds a reference to the video window object, which the caller is responsible for releasing.

Return Value

This method returns E_NOTIMPL if RTCVD_RECEIVE is used for the enDevice parameter.

Note

Not supported in Windows Embedded CE.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Note Not supported in Windows Embedded CE

See Also

Reference

IRTCClient
RTC_VIDEO_DEVICE

Other Resources

IVideoWindow Interface