mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[RTL] Implement RtlComputePrivatizedDllName_U
This commit is contained in:
parent
84e76b1c4c
commit
e1aae1c620
2 changed files with 150 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue