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

7 lines
175 B
C#
Raw Normal View History

2021-11-11 11:18:46 -06:00
using System.Runtime.InteropServices;
namespace Microsoft.Zune.Util
{
public delegate void FeaturesChangedHandler([MarshalAs(UnmanagedType.U1)] bool featuresHaveChanged);
}