@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The SECURITY_LOGON_SESSION_DATA structure contains information about a logon session. This structure is used by the LsaGetLogonSessionData function. !!!!C# Definition: struct SECURITY_LOGON_SESSION_DATA { public UInt32 Size; public LUID LoginID; public LSA_UNICODE_STRING Username; public LSA_UNICODE_STRING LoginDomain; public LSA_UNICODE_STRING AuthenticationPackage; public UInt32 LogonType; public UInt32 Session; public IntPtr PSiD; public UInt64 LoginTime; public LSA_UNICODE_STRING LogonServer; public LSA_UNICODE_STRING DnsDomainName; public LSA_UNICODE_STRING Upn; } !!!!VB Definition: Structure SECURITY_LOGON_SESSION_DATA Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: SECURITY_LOGON_SESSION_DATA@msdn on MSDN
Edit Structures.SECURI...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.