Scroll to navigation

LsaNtStatusToWinError(3w) Wine API LsaNtStatusToWinError(3w)

NAME

LsaNtStatusToWinError (ADVAPI32.@)

SYNOPSIS

ULONG LsaNtStatusToWinError
(
NTSTATUS Status
)
 

DESCRIPTION

Converts an LSA NTSTATUS code to a Windows(tm) error code.
 

PARAMS

Status [In] NTSTATUS code.
 

RETURNS

Success: Corresponding Windows(tm) error code.
Failure: ERROR_MR_MID_NOT_FOUND.
 

IMPLEMENTATION

Declared in "ntsecapi.h".
Implemented in "dlls/advapi32/lsa.c".
Debug channel "advapi".
Oct 2012 Wine API