Files
ZuneShell.dll/ZuneDBApi/MicrosoftZuneLibrary/GetAlbumForAlbumIdCompleteHandler.cs
T

5 lines
159 B
C#

namespace MicrosoftZuneLibrary
{
public delegate void GetAlbumForAlbumIdCompleteHandler(long WMISAlbumId, int Volume, int hr, AlbumMetadata AlbumMetadata);
}