Share via


IRTCClient::PreferredVideoDevice (Windows CE 5.0)

Send Feedback

This method is not supported in Windows CE.

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 Values

This method returns E_NOTIMPL.

Requirements

OS Versions: Not supported in Windows CE.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.

See Also

IRTCClient | SysFreeString

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.