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