Files
ZuneShell.dll/ZuneDBApi/EWin7LibraryKind.cs
T

9 lines
144 B
C#

public enum EWin7LibraryKind
{
eApplicationsLibrary = 4,
ePodcastLibrary = 3,
ePicturesLibrary = 2,
eVideoLibrary = 1,
eMusicLibrary = 0
}