Files
ZuneShell.dll/ZuneDBApi/Microsoft/Zune/Util/FeaturesChangedHandler.cs
T

7 lines
175 B
C#

using System.Runtime.InteropServices;
namespace Microsoft.Zune.Util
{
public delegate void FeaturesChangedHandler([MarshalAs(UnmanagedType.U1)] bool featuresHaveChanged);
}