Share via


IAMPlayList::GetItemCount (Compact 2013)

3/26/2014

This method returns the number of items in the playlist.

Syntax

HRESULT GetItemCount(
  DWORD* pdwItems
);

Parameters

  • pdwItems
    [out] Pointer to the number of items in the playlist.

Return Value

Returns an HRESULT value.

Requirements

Header

dshow.h,
playlist.h

Library

Strmiids.lib

See Also

Reference

IAMPlayList Interface