Reorganization of interop objects
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Lithnet.CredentialProvider.Interop
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 4)]
|
||||
internal struct UnmanagedArray
|
||||
{
|
||||
public uint cElems;
|
||||
|
||||
[ComConversionLoss]
|
||||
public IntPtr pElems;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user