Share via


IRTCClient::PreferredVideoDevice

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 set_PreferredVideoDevice(
  BSTR bstrDeviceName
);
HRESULT get_PreferredVideoDevice(
  BSTR* pbstrDeviceName
);

Parameters

  • bstrDeviceName, pbstrDeviceName
    [in, out] Video device name.

    On output, this parameter is a pointer to a BSTR that is filled with the video device name, or an empty string if there is no entry.

    The method allocates the buffer.

    The caller is responsible for releasing this memory with SysFreeString.

Return Value

This method returns E_NOTIMPL.

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

Other Resources

SysFreeString