mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:33:16 +00:00
[MSV1_0] LsaApLogonUserEx2: use RtlRunDecodeUnicodeString to decode password
This commit is contained in:
parent
72fa935128
commit
782ff23261
2 changed files with 45 additions and 0 deletions
|
@ -2435,6 +2435,22 @@ RtlFreeBuffer(
|
|||
Buffer->Size = Buffer->StaticSize;
|
||||
}
|
||||
|
||||
NTSYSAPI
|
||||
VOID
|
||||
NTAPI
|
||||
RtlRunEncodeUnicodeString(
|
||||
_Inout_ PUCHAR Hash,
|
||||
_Inout_ PUNICODE_STRING String
|
||||
);
|
||||
|
||||
NTSYSAPI
|
||||
VOID
|
||||
NTAPI
|
||||
RtlRunDecodeUnicodeString(
|
||||
_In_ UCHAR Hash,
|
||||
_Inout_ PUNICODE_STRING String
|
||||
);
|
||||
|
||||
#endif /* NTOS_MODE_USER */
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue