[RTL/NDK]

- RtlGetFullPathName_UstrEx returns NTSTATUS

svn path=/trunk/; revision=56378
This commit is contained in:
Thomas Faber 2012-04-21 06:57:07 +00:00
parent 7495c41a26
commit 95e2e118d0
2 changed files with 2 additions and 2 deletions

View file

@ -2606,7 +2606,7 @@ RtlGetFullPathName_UEx(
);
#endif
ULONG
NTSTATUS
NTAPI
RtlGetFullPathName_UstrEx(
IN PUNICODE_STRING FileName,

View file

@ -1778,7 +1778,7 @@ RtlDosSearchPath_U(IN PCWSTR Path,
/*
* @implemented
*/
ULONG
NTSTATUS
NTAPI
RtlGetFullPathName_UstrEx(IN PUNICODE_STRING FileName,
IN PUNICODE_STRING StaticString,