Skip to content

Latest commit

 

History

History
71 lines (43 loc) · 2 KB

ibasicdevice-icons.md

File metadata and controls

71 lines (43 loc) · 2 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location ms.custom
IBasicDevice Icons method
Returns a vector of IDeviceIcon interfaces.
0C083AF3-FE22-4A8E-87B7-0FFA7B65ADBD
Icons method Media Streaming API
Icons method Media Streaming API , IBasicDevice interface
IBasicDevice interface Media Streaming API , Icons method
apiref
IBasicDevice.Icons
COM
reference
4/26/2023
UpdateFrequency5

IBasicDevice::Icons method

[The feature associated with this page, Windows Media Streaming API, is a legacy feature. It has been superseded by Media Casting. Media Casting has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Media Casting instead of Windows Media Streaming API, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

Returns a vector of IDeviceIcon interfaces.

Syntax

HRESULT Icons(
  [out] IVector< IDeviceIcon > **value
);

Parameters

value [out]

Receives an enumerable collection of IDeviceIcon interface pointers.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

See also

IBasicDevice