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

10 lines
179 B
C#

using System;
using System.Runtime.InteropServices;
namespace MicrosoftZuneLibrary;
public interface INativeDeferredCallback
{
void Invoke(int hrResult, IntPtr pContext);
}