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