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