windows-nt/Source/XPSP1/NT/ds/netapi/xactsrv/changepw.h

31 lines
542 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
ChangePw.h
Abstract:
This module implements password change from downlevel clients.
XsChangePasswordSam is called by XsNetUserPasswordSet2 in
apiuser.c. I've put this in a seperate file because it #includes
a private SAM header.
Author:
Dave Hart (davehart) 31-Apr-1992
Revision History:
--*/
NET_API_STATUS
XsChangePasswordSam (
IN PUNICODE_STRING UserName,
IN PVOID OldPassword,
IN PVOID NewPassword,
IN BOOLEAN Encrypted
);