Implemented most non-Zune functions in Module

This commit is contained in:
Yoshi Askharoun
2021-11-20 15:46:09 -06:00
parent f94633b405
commit 6dea807f89
13 changed files with 120 additions and 62 deletions
@@ -23,10 +23,10 @@ namespace Microsoft.Zune.Util
int num2 = 0;
if (((DictionaryEntry)item).Key.GetType() == typeof(string))
{
tagVARIANT tagVARIANT;
VARIANT tagVARIANT;
IntPtr pDstNativeVariant = (IntPtr)(&tagVARIANT);
Marshal.GetNativeVariantForObject(((DictionaryEntry)item).Key, pDstNativeVariant);
tagVARIANT tagVARIANT2;
VARIANT tagVARIANT2;
if (((DictionaryEntry)item).Value.GetType() == typeof(Guid))
{
string obj = ((DictionaryEntry)item).Value.ToString();