<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.1" />
Interop.Windows.NtDll.IoStatusBlock
namespace Interop.
Windows.
NtDll
{
internal struct IoStatusBlock
{
public struct IoStatus
{
public uint Status;
public IntPtr Pointer;
}
public IoStatus Status;
public IntPtr Information;
}
}