ReactOS 0.4.16-dev-258-g81860b4
|
#include <ntsecapi.h>
Public Attributes | |
MSV1_0_PROTOCOL_MESSAGE_TYPE | MessageType |
UNICODE_STRING | DomainName |
UNICODE_STRING | AccountName |
UNICODE_STRING | OldPassword |
UNICODE_STRING | NewPassword |
BOOLEAN | Impersonating |
Definition at line 510 of file ntsecapi.h.
UNICODE_STRING _MSV1_0_CHANGEPASSWORD_REQUEST::AccountName |
Definition at line 513 of file ntsecapi.h.
Referenced by DoChangePassword(), MsvpChangePassword(), and NetUserChangePassword().
UNICODE_STRING _MSV1_0_CHANGEPASSWORD_REQUEST::DomainName |
Definition at line 512 of file ntsecapi.h.
Referenced by DoChangePassword(), MsvpChangePassword(), and NetUserChangePassword().
BOOLEAN _MSV1_0_CHANGEPASSWORD_REQUEST::Impersonating |
Definition at line 516 of file ntsecapi.h.
Referenced by DoChangePassword(), and NetUserChangePassword().
MSV1_0_PROTOCOL_MESSAGE_TYPE _MSV1_0_CHANGEPASSWORD_REQUEST::MessageType |
Definition at line 511 of file ntsecapi.h.
Referenced by DoChangePassword(), and NetUserChangePassword().
UNICODE_STRING _MSV1_0_CHANGEPASSWORD_REQUEST::NewPassword |
Definition at line 515 of file ntsecapi.h.
Referenced by DoChangePassword(), MsvpChangePassword(), and NetUserChangePassword().
UNICODE_STRING _MSV1_0_CHANGEPASSWORD_REQUEST::OldPassword |
Definition at line 514 of file ntsecapi.h.
Referenced by DoChangePassword(), MsvpChangePassword(), and NetUserChangePassword().