xref: /reactos/dll/win32/fltlib/fltlib.h (revision b09b5584)
1 #pragma once
2 
3 HRESULT
4 NtStatusToHResult(
5     _In_ NTSTATUS Status
6 );
7