This document is archived and information here might be outdated. Recommended version. |
Specifies that the given tracks should be highlighted or unhighlighted.
[Visual Basic .NET] Public Sub HighlightTracks ( _ ByRef trackIds As String[]&, _ ByVal highlight As Boolean _ )
[C#] public void HighlightTracks ( ref String[]& trackIds, ref bool highlight );
[C++]
HRESULT HighlightTracks(
SAFEARRAY(System.String)* trackIds,
VARIANT_BOOL highlight
);
[C++]
Parameters trackIds [in]
trackIds is a parameter of type SAFEARRAY(BSTR)* highlight [in]
highlight is a parameter of type bool