IRTCClient::IVideoWindow (Windows Embedded CE 6.0)
1/6/2010
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 |