CBFS Filter 2020 Delphi Edition

Questions / Feedback?

NtStatusToWin32Error Method

Converts a native status code to a Win32 error code.

function NtStatusToWin32Error(Status: Integer): Integer;

Remarks

This method converts the native status code specified by Status to a Win32 error code. If the specified native status code does not map directly to a Win32 error code, this method returns ERROR_MR_MID_NOT_FOUND (317).

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Filter 2020 Delphi Edition - Version 20.0 [Build 8317]