ReactOS 0.4.15-dev-7842-g558ab78
_MSV1_0_CHANGEPASSWORD_REQUEST Struct Reference

#include <ntsecapi.h>

Collaboration diagram for _MSV1_0_CHANGEPASSWORD_REQUEST:

Public Attributes

MSV1_0_PROTOCOL_MESSAGE_TYPE MessageType
 
UNICODE_STRING DomainName
 
UNICODE_STRING AccountName
 
UNICODE_STRING OldPassword
 
UNICODE_STRING NewPassword
 
BOOLEAN Impersonating
 

Detailed Description

Definition at line 510 of file ntsecapi.h.

Member Data Documentation

◆ AccountName

UNICODE_STRING _MSV1_0_CHANGEPASSWORD_REQUEST::AccountName

Definition at line 513 of file ntsecapi.h.

Referenced by DoChangePassword(), MsvpChangePassword(), and NetUserChangePassword().

◆ DomainName

UNICODE_STRING _MSV1_0_CHANGEPASSWORD_REQUEST::DomainName

Definition at line 512 of file ntsecapi.h.

Referenced by DoChangePassword(), MsvpChangePassword(), and NetUserChangePassword().

◆ Impersonating

BOOLEAN _MSV1_0_CHANGEPASSWORD_REQUEST::Impersonating

Definition at line 516 of file ntsecapi.h.

Referenced by DoChangePassword(), and NetUserChangePassword().

◆ MessageType

MSV1_0_PROTOCOL_MESSAGE_TYPE _MSV1_0_CHANGEPASSWORD_REQUEST::MessageType

Definition at line 511 of file ntsecapi.h.

Referenced by DoChangePassword(), and NetUserChangePassword().

◆ NewPassword

UNICODE_STRING _MSV1_0_CHANGEPASSWORD_REQUEST::NewPassword

Definition at line 515 of file ntsecapi.h.

Referenced by DoChangePassword(), MsvpChangePassword(), and NetUserChangePassword().

◆ OldPassword

UNICODE_STRING _MSV1_0_CHANGEPASSWORD_REQUEST::OldPassword

Definition at line 514 of file ntsecapi.h.

Referenced by DoChangePassword(), MsvpChangePassword(), and NetUserChangePassword().


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