Files
ZuneShell.dll/ZuneDBApi/MicrosoftZuneLibrary/IRequestCallbackOnUIThread.cs
T

10 lines
242 B
C#

using System;
using System.Runtime.InteropServices;
namespace MicrosoftZuneLibrary;
public interface IRequestCallbackOnUIThread
{
void CallbackOnUIThreadRequest(CallbackPriorityManaged priority, int id, IntPtr pv, IntPtr pInterface);
}