LsaApLogonTerminated function
Used to notify an authentication package when a logon session terminates. A logon session terminates when the last token referencing the logon session is deleted.
Syntax
VOID LsaApLogonTerminated( _In_ PLUID LogonId );
Parameters
- LogonId [in]
-
Pointer to the logon ID of the session that just ended.
Return value
This function does not return a value.
Remarks
When LsaApLogonTerminated is called, an authentication package should release any resources held for the logon ID, such as credentials created within the LSA. The LSA does not automatically perform this cleanup.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|