Microsoft DirectX 9.0

IAMMediaContent2::get_PlaylistCount

The get_PlaylistCount method retrieves the number of entries in an ASX file.

Syntax

HRESULT get_PlaylistCount(
  long FAR*  pNumberEntries
);

Parameters

pNumberEntries

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.

See Also