IAMMediaContentEx::MediaParameterName (Windows CE 5.0)

Send Feedback

This method returns a name for a given parameter index and entry number. You can use this method to retrieve named entries in an ASX files, as well as named entries for each playlist item.

HRESULT MediaParameterName(longEntryNum,longIndex,BSTR* pbstrName);

Parameters

  • EntryNum
    [in] Number of the entry in the ASX file containing the parameter being sought.
  • Index
    [in] Index number of the parameter being sought. If EntryNum is 0, the value in Index refers to the overall ASX file. If EntryNum is nonzero, the value in Index refers to a specific entry in the ASX file.
  • pbstrName
    [out] Name of the parameter identified by EntryNum and Index.

Return Values

Returns an HRESULT value.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements. See Setting Up the Build Environment for more information.

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.