17 references to NTSTATUS
Microsoft.Extensions.Diagnostics.ResourceMonitoring (5)
Windows\Network\WindowsTcpStateInfo.cs (5)
107var result = (uint)NTSTATUS.UnsuccessfulStatus; 115switch ((NTSTATUS)result) 117case NTSTATUS.Success: 119case NTSTATUS.InsufficientBuffer: 123case NTSTATUS.UnsuccessfulStatus:
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (12)
Windows\Tcp6TableInfoTests.cs (6)
42return (uint)NTSTATUS.UnsuccessfulStatus; 50return (uint)NTSTATUS.InsufficientBuffer; 53return (uint)NTSTATUS.InvalidParameter; 63return (uint)NTSTATUS.InsufficientBuffer; 141return (uint)NTSTATUS.InsufficientBuffer; 229return (uint)NTSTATUS.Success;
Windows\TcpTableInfoTests.cs (6)
35return (uint)NTSTATUS.UnsuccessfulStatus; 43return (uint)NTSTATUS.InsufficientBuffer; 46return (uint)NTSTATUS.InvalidParameter; 56return (uint)NTSTATUS.InsufficientBuffer; 107return (uint)NTSTATUS.InsufficientBuffer; 172return (uint)NTSTATUS.Success;