[RTL] Implement RtlComputePrivatizedDllName_U

This commit is contained in:
Mark Jansen 2019-02-02 02:30:40 +01:00
parent 84e76b1c4c
commit e1aae1c620
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
2 changed files with 150 additions and 7 deletions

View file

@ -2777,8 +2777,8 @@ NTSTATUS
NTAPI
RtlComputePrivatizedDllName_U(
_In_ PUNICODE_STRING DllName,
_Out_ PUNICODE_STRING RealName,
_Out_ PUNICODE_STRING LocalName
_Inout_ PUNICODE_STRING RealName,
_Inout_ PUNICODE_STRING LocalName
);
NTSYSAPI