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

15 lines
214 B
C#

namespace Microsoft.Zune.Util
{
public enum ETaskbarPlayerCommand
{
PC_Restore = 0x40,
PC_Popup = 0x20,
PC_Rate = 0x10,
PC_Back = 8,
PC_Forward = 4,
PC_Pause = 2,
PC_Play = 1,
PC_Connect = 0
}
}