NtStatusToWin32Error Method

Converts a native status code to a Win32 error code.

Syntax

func (obj *CBFilter) NtStatusToWin32Error(Status int32) (int32, error)

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 Go Edition - Version 20.0 [Build 8317]