ReactOS 0.4.15-dev-7842-g558ab78
_USER_ACCOUNT_INFORMATION Struct Reference

#include <ntsam.h>

Collaboration diagram for _USER_ACCOUNT_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 AdminComment
 
UNICODE_STRING WorkStations
 
LARGE_INTEGER LastLogon
 
LARGE_INTEGER LastLogoff
 
LOGON_HOURS LogonHours
 
USHORT BadPasswordCount
 
USHORT LogonCount
 
LARGE_INTEGER PasswordLastSet
 
LARGE_INTEGER AccountExpires
 
ULONG UserAccountControl
 

Detailed Description

Definition at line 592 of file ntsam.h.

Member Data Documentation

◆ AccountExpires

LARGE_INTEGER _USER_ACCOUNT_INFORMATION::AccountExpires

Definition at line 610 of file ntsam.h.

◆ AdminComment

UNICODE_STRING _USER_ACCOUNT_INFORMATION::AdminComment

Definition at line 602 of file ntsam.h.

◆ BadPasswordCount

USHORT _USER_ACCOUNT_INFORMATION::BadPasswordCount

Definition at line 607 of file ntsam.h.

◆ FullName

UNICODE_STRING _USER_ACCOUNT_INFORMATION::FullName

Definition at line 595 of file ntsam.h.

◆ HomeDirectory

UNICODE_STRING _USER_ACCOUNT_INFORMATION::HomeDirectory

Definition at line 598 of file ntsam.h.

◆ HomeDirectoryDrive

UNICODE_STRING _USER_ACCOUNT_INFORMATION::HomeDirectoryDrive

Definition at line 599 of file ntsam.h.

◆ LastLogoff

LARGE_INTEGER _USER_ACCOUNT_INFORMATION::LastLogoff

Definition at line 605 of file ntsam.h.

◆ LastLogon

LARGE_INTEGER _USER_ACCOUNT_INFORMATION::LastLogon

Definition at line 604 of file ntsam.h.

◆ LogonCount

USHORT _USER_ACCOUNT_INFORMATION::LogonCount

Definition at line 608 of file ntsam.h.

◆ LogonHours

LOGON_HOURS _USER_ACCOUNT_INFORMATION::LogonHours

Definition at line 606 of file ntsam.h.

◆ PasswordLastSet

LARGE_INTEGER _USER_ACCOUNT_INFORMATION::PasswordLastSet

Definition at line 609 of file ntsam.h.

◆ PrimaryGroupId

ULONG _USER_ACCOUNT_INFORMATION::PrimaryGroupId

Definition at line 597 of file ntsam.h.

◆ ProfilePath

UNICODE_STRING _USER_ACCOUNT_INFORMATION::ProfilePath

Definition at line 601 of file ntsam.h.

◆ ScriptPath

UNICODE_STRING _USER_ACCOUNT_INFORMATION::ScriptPath

Definition at line 600 of file ntsam.h.

◆ UserAccountControl

ULONG _USER_ACCOUNT_INFORMATION::UserAccountControl

Definition at line 611 of file ntsam.h.

◆ UserId

ULONG _USER_ACCOUNT_INFORMATION::UserId

Definition at line 596 of file ntsam.h.

◆ UserName

UNICODE_STRING _USER_ACCOUNT_INFORMATION::UserName

Definition at line 594 of file ntsam.h.

◆ WorkStations

UNICODE_STRING _USER_ACCOUNT_INFORMATION::WorkStations

Definition at line 603 of file ntsam.h.


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