AdvApi32LsaNtStatusToWinError Method
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("AdvApi32.dll")]
public static Win32ErrorCode LsaNtStatusToWinError(
int value
)
<DllImportAttribute("AdvApi32.dll">]
Public Shared Function LsaNtStatusToWinError (
value As Integer
) As Win32ErrorCode
Dim value As Integer
Dim returnValue As Win32ErrorCode
returnValue = AdvApi32.LsaNtStatusToWinError(value)
public:
[DllImportAttribute(L"AdvApi32.dll")]
static Win32ErrorCode LsaNtStatusToWinError(
int value
)
[<DllImportAttribute("AdvApi32.dll")>]
static member LsaNtStatusToWinError :
value : int -> Win32ErrorCode
No code example is currently available or this language may not be supported.
- value Int32
-
The NTStatus value.
Win32ErrorCode
The return value is the
Win32ErrorCode value that corresponds to the
NTStatus value.
If there is no corresponding
Win32ErrorCode value,
the return value is
ERROR_MR_MID_NOT_FOUND.