lsaderegisterlogonprocess (secur32)
Last changed: anonymous

.
Summary
The LsaDeregisterLogonProcess function deletes the caller's logon application context and closes the connection to the LSA server.

C# Signature:

[DllImport("secur32.dll", SetLastError=false)]
    public static extern WinStatusCodes LsaDeregisterLogonProcess([In] IntPtr LsaHandle);

VB Signature:

Declare Function LsaDeregisterLogonProcess Lib "secur32.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

See LsaLogonUser

Alternative Managed API:

Do you know one? Please contribute it!

Documentation