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