Share via


IRadioInstanceCollection::GetAt method

The GetAt method retrieves the radio instance based on the position value specified with dwIndex.

Note  dwIndex is a zero-based index.

 

Syntax

HRESULT GetAt(
  [in]  UINT32         uIndex,
  [out] IRadioInstance **ppRadioInstance
);

Parameters

  • uIndex [in]
    Value indicating the position of the radio instance within the zero-based index.

  • ppRadioInstance [out]
    Pointer to the radio instance object.

Return value

Returns S_OK on success or one of the standard error HRESULT values.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Target platform

Desktop

See also

IRadioInstanceCollection

IRadioInstance

 

 

Send comments about this topic to Microsoft