Files
ZuneShell.dll/ZuneDBApi/Microsoft/Zune/Messaging/IPropertySetMessageData.cs
T

10 lines
184 B
C#

using System;
namespace Microsoft.Zune.Messaging
{
public interface IPropertySetMessageData : IDisposable
{
unsafe int GetPropertySet(IMSMediaSchemaPropertySet** ppPropSet);
}
}