Share via


IAMMediaContent2::get_PlaylistCount (Compact 2013)

3/26/2014

This method retrieves the number of entries in an ASX file.

Syntax

HRESULT get_playlistCount(
  long  *pNumberEntries
);

Parameters

  • pNumberEntries
    [out] Pointer to a variable that receives the number of entries.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IAMMediaContent2