mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
15 lines
214 B
C#
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
|
|
}
|
|
}
|