mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
16 lines
481 B
C#
16 lines
481 B
C#
public enum EQueryTypeView
|
|
{
|
|
eQueryTypeDeviceMultiSelectView = 167772160,
|
|
eQueryTypeLibraryMultiSelectView = 150994944,
|
|
eQueryTypeX360View = 0x8000000,
|
|
eQueryTypeSyncFailed = 117440512,
|
|
eQueryTypeSyncSucceeded = 100663296,
|
|
eQueryTypeSyncRemaining = 83886080,
|
|
eQueryTypeDiscMediaView = 0x4000000,
|
|
eQueryTypeDeviceSyncRuleView = 50331648,
|
|
eQueryTypeRemovableMediaView = 0x2000000,
|
|
eQueryTypeDeviceView = 0x1000000,
|
|
eQueryTypeLibraryView = 0,
|
|
eQueryTypeInvalidView = -1
|
|
}
|