Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "LsaNtStatusToWinError" in [All]

advapi32

.

You can use the LsaNtStatusToWinError function to convert the NTSTATUS code to a Windows error code.

.

        Throw New Win32Exception(LsaNtStatusToWinError(ret))

.

        Throw New Win32Exception(LsaNtStatusToWinError(ret))

.

NTSTATUS can be converted to a Windows error using LsaNtStatusToWinError

.

    internal static extern int LsaNtStatusToWinError(int NTSTATUS);

.

        throw new Win32Exception(Win32Sec.LsaNtStatusToWinError((int)ret));

.

        throw new Win32Exception(Win32Sec.LsaNtStatusToWinError((int)ret));

.

        Throw New Win32Exception(LsaNtStatusToWinError(ret))

.

        Throw New Win32Exception(LsaNtStatusToWinError(ret))

.

    internal static extern int LsaNtStatusToWinError(int NTSTATUS);

.

        throw new Win32Exception(Win32Sec.LsaNtStatusToWinError((int)ret));

.

        throw new Win32Exception(Win32Sec.LsaNtStatusToWinError((int)ret));

.

        throw new Win32Exception(Win32Sec.LsaNtStatusToWinError((int)ret));

.

        throw new Win32Exception(Win32Sec.LsaNtStatusToWinError((int)ret));

.

        throw new Win32Exception(Win32Sec.LsaNtStatusToWinError((int)ret));

.

        throw new Win32Exception(Win32Sec.LsaNtStatusToWinError(ret));

.

static extern uint LsaNtStatusToWinError(uint status);

.

    Private Declare Function LsaNtStatusToWinError Lib "advapi32.dll" ( _

.
Documentation
[LsaNtStatusToWinError] on MSDN
.

        aWinErrorCode = LsaNtStatusToWinError( aOpenPolicyResult );

.

            aWinErrorCode = LsaNtStatusToWinError( aLSAResult );

.

            UInt32 winErrorCode = LsaNtStatusToWinError(resultPolicy);

.

            UInt32 winErrorCode = LsaNtStatusToWinError(ntstatus);

.

            UInt32 winErrorCode = LsaNtStatusToWinError(ntstatus);

.

        private static extern UInt32 LsaNtStatusToWinError(UInt32 status);

.

        Throw New Win32Exception(LsaNtStatusToWinError(ret))

.

        Throw New Win32Exception(LsaNtStatusToWinError(ret))

.

        Throw New Win32Exception(LsaNtStatusToWinError(ret))

.

        Throw New Win32Exception(LsaNtStatusToWinError(ret))

.

    private static extern uint LsaNtStatusToWinError(

.

        uint winErrorCode = LsaNtStatusToWinError(ntsResult);

.

        uint winErrorCode = LsaNtStatusToWinError(ntsResult);

.

        uint winErrorCode = LsaNtStatusToWinError(ntsResult);

.

        uint winErrorCode = LsaNtStatusToWinError(result);

.

        uint winErrorCode = LsaNtStatusToWinError(ntsResult);

secur32

.

                public static extern WinErrors LsaNtStatusToWinError(WinStatusCodes status);

.

                            throw new System.ComponentModel.Win32Exception((int)OSCalls.LsaNtStatusToWinError(status));

.

                                    throw new System.ComponentModel.Win32Exception((int)OSCalls.LsaNtStatusToWinError(status));

.

                                    throw new System.ComponentModel.Win32Exception((int)OSCalls.LsaNtStatusToWinError(status));


 
Access PInvoke.net directly from VS: