using System; using System.Runtime.InteropServices; namespace Lithnet.CredentialProvider.UnitTests.ComInterop { [UnmanagedFunctionPointer(CallingConvention.StdCall)] internal delegate int GetFieldDescriptorCountDelegate(IntPtr instance, out uint count); }