|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntsecapi.h>

Public Attributes | |
| MSV1_0_LOGON_SUBMIT_TYPE | MessageType |
| UNICODE_STRING | LogonDomainName |
| UNICODE_STRING | UserName |
| UNICODE_STRING | Password |
Definition at line 433 of file ntsecapi.h.
| UNICODE_STRING _MSV1_0_INTERACTIVE_LOGON::LogonDomainName |
Definition at line 435 of file ntsecapi.h.
Referenced by LogonUserExW(), LsaApLogonUserEx2(), and MyLogonUser().
| MSV1_0_LOGON_SUBMIT_TYPE _MSV1_0_INTERACTIVE_LOGON::MessageType |
Definition at line 434 of file ntsecapi.h.
Referenced by LogonUserExW(), LsaApLogonUserEx2(), and MyLogonUser().
| UNICODE_STRING _MSV1_0_INTERACTIVE_LOGON::Password |
Definition at line 437 of file ntsecapi.h.
Referenced by LogonUserExW(), LsaApLogonUserEx2(), and MyLogonUser().
| UNICODE_STRING _MSV1_0_INTERACTIVE_LOGON::UserName |
Definition at line 436 of file ntsecapi.h.
Referenced by LogonUserExW(), LsaApLogonUserEx2(), and MyLogonUser().