using System;
namespace MicrosoftZuneLibrary
{
public delegate void OnMetadataUpdateHandler(IntPtr artistName, IntPtr albumTitle);
}