ReactOS 0.4.15-dev-7958-gcd0bb1a
_USER_LOGON_INFORMATION Struct Reference

#include <ntsam.h>

Collaboration diagram for _USER_LOGON_INFORMATION:

Public Attributes

UNICODE_STRING UserName
 
UNICODE_STRING FullName
 
ULONG UserId
 
ULONG PrimaryGroupId
 
UNICODE_STRING HomeDirectory
 
UNICODE_STRING HomeDirectoryDrive
 
UNICODE_STRING ScriptPath
 
UNICODE_STRING ProfilePath
 
UNICODE_STRING WorkStations
 
LARGE_INTEGER LastLogon
 
LARGE_INTEGER LastLogoff
 
LARGE_INTEGER PasswordLastSet
 
LARGE_INTEGER PasswordCanChange
 
LARGE_INTEGER PasswordMustChange
 
LOGON_HOURS LogonHours
 
USHORT BadPasswordCount
 
USHORT LogonCount
 
ULONG UserAccountControl
 

Detailed Description

Definition at line 563 of file ntsam.h.

Member Data Documentation

◆ BadPasswordCount

USHORT _USER_LOGON_INFORMATION::BadPasswordCount

Definition at line 580 of file ntsam.h.

◆ FullName

UNICODE_STRING _USER_LOGON_INFORMATION::FullName

Definition at line 566 of file ntsam.h.

◆ HomeDirectory

UNICODE_STRING _USER_LOGON_INFORMATION::HomeDirectory

Definition at line 569 of file ntsam.h.

◆ HomeDirectoryDrive

UNICODE_STRING _USER_LOGON_INFORMATION::HomeDirectoryDrive

Definition at line 570 of file ntsam.h.

◆ LastLogoff

LARGE_INTEGER _USER_LOGON_INFORMATION::LastLogoff

Definition at line 575 of file ntsam.h.

◆ LastLogon

LARGE_INTEGER _USER_LOGON_INFORMATION::LastLogon

Definition at line 574 of file ntsam.h.

◆ LogonCount

USHORT _USER_LOGON_INFORMATION::LogonCount

Definition at line 581 of file ntsam.h.

◆ LogonHours

LOGON_HOURS _USER_LOGON_INFORMATION::LogonHours

Definition at line 579 of file ntsam.h.

◆ PasswordCanChange

LARGE_INTEGER _USER_LOGON_INFORMATION::PasswordCanChange

Definition at line 577 of file ntsam.h.

◆ PasswordLastSet

LARGE_INTEGER _USER_LOGON_INFORMATION::PasswordLastSet

Definition at line 576 of file ntsam.h.

◆ PasswordMustChange

LARGE_INTEGER _USER_LOGON_INFORMATION::PasswordMustChange

Definition at line 578 of file ntsam.h.

◆ PrimaryGroupId

ULONG _USER_LOGON_INFORMATION::PrimaryGroupId

Definition at line 568 of file ntsam.h.

◆ ProfilePath

UNICODE_STRING _USER_LOGON_INFORMATION::ProfilePath

Definition at line 572 of file ntsam.h.

◆ ScriptPath

UNICODE_STRING _USER_LOGON_INFORMATION::ScriptPath

Definition at line 571 of file ntsam.h.

◆ UserAccountControl

ULONG _USER_LOGON_INFORMATION::UserAccountControl

Definition at line 582 of file ntsam.h.

◆ UserId

ULONG _USER_LOGON_INFORMATION::UserId

Definition at line 567 of file ntsam.h.

◆ UserName

UNICODE_STRING _USER_LOGON_INFORMATION::UserName

Definition at line 565 of file ntsam.h.

◆ WorkStations

UNICODE_STRING _USER_LOGON_INFORMATION::WorkStations

Definition at line 573 of file ntsam.h.


The documentation for this struct was generated from the following file: