Share via


IAMPlayList::GetItem (Compact 2013)

3/26/2014

This method returns a pointer an item in the playlist.

Syntax

HRESULT GetItem(
  DWORD dwItemIndex,
  IAMPlayListItem** ppItem
);

Parameters

  • dwItemIndex
    [in] Index number of the playlist item to return.
  • ppItem
    [out] Pointer to an IAMPlayListItem interface pointer containing the detailed information for the playlist item specified by dwItemIndex.

Return Value

Returns an HRESULT value.

Requirements

Header

dshow.h,
playlist.h

Library

Strmiids.lib

See Also

Reference

IAMPlayList Interface
IAMPlayListItem Interface