3 references to HR_OK
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.cs (1)
433
return statusCode == NativeMethods.
HR_OK
? Marshal.PtrToStructure<HTTP_REQUEST_PROPERTY_SNI>((IntPtr)pBuffer) : default;
Core\IO\AsyncIOOperation.cs (1)
101
if (hr != NativeMethods.
HR_OK
&& !IsSuccessfulResult(hr))
NativeMethods.cs (1)
356
if (hr !=
HR_OK
)