Documentation ¶
Index ¶
- func LsaEnumerateLogonSessions(sessionCount *uint32, sessions *uintptr) error
- func LsaFreeReturnBuffer(buffer uintptr) error
- func LsaGetLogonSessionData(luid *LUID, sessionData **SECURITY_LOGON_SESSION_DATA) error
- func LsaNtStatusToWinError(ntstatus uintptr) error
- type LSA_LAST_INTER_LOGON_INFO
- type LSA_UNICODE_STRING
- type LUID
- type SECURITY_LOGON_SESSION_DATA
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LsaFreeReturnBuffer ¶
func LsaGetLogonSessionData ¶
func LsaGetLogonSessionData(luid *LUID, sessionData **SECURITY_LOGON_SESSION_DATA) error
func LsaNtStatusToWinError ¶
Types ¶
type LSA_UNICODE_STRING ¶
type SECURITY_LOGON_SESSION_DATA ¶
type SECURITY_LOGON_SESSION_DATA struct { Size uint32 LogonId LUID UserName LSA_UNICODE_STRING LogonDomain LSA_UNICODE_STRING AuthenticationPackage LSA_UNICODE_STRING LogonType uint32 Session uint32 Sid *windows.SID LogonTime uint64 LogonServer LSA_UNICODE_STRING DnsDomainName LSA_UNICODE_STRING Upn LSA_UNICODE_STRING UserFlags uint32 LastLogonInfo LSA_LAST_INTER_LOGON_INFO LogonScript LSA_UNICODE_STRING ProfilePath LSA_UNICODE_STRING HomeDirectory LSA_UNICODE_STRING HomeDirectoryDrive LSA_UNICODE_STRING LogoffTime uint64 KickOffTime uint64 PasswordLastSet uint64 PasswordCanChange uint64 PasswordMustChange uint64 }
Click to show internal directories.
Click to hide internal directories.