Files
SGU-CredentialProvider/src/Lithnet.CredentialProvider.UnitTests.x64/ComInterop/RawQueryInterfaceDelegate.cs
T

9 lines
294 B
C#

using System;
using System.Runtime.InteropServices;
namespace Lithnet.CredentialProvider.UnitTests.ComInterop
{
[UnmanagedFunctionPointer(CallingConvention.StdCall)]
internal delegate int RawQueryInterfaceDelegate(IntPtr instance, ref Guid interfaceId, out IntPtr interfacePointer);
}