IDeviceController::CachedDevices method

Retrieves a collection of IBasicDevice interface pointers that represents the cached view of all discoverable DLNA devices.

Syntax


HRESULT CachedDevices(
  [out] IVector< IBasicDevice > **value
);

Parameters

value [out]

Receives an enumerable collection of IBasicDevice interface pointers.

Return value

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

Return codeDescription
S_OK

The method succeeded.

 

See also

IDeviceController

 

 

Community Additions

ADD
Show: