From 4ed49e10fb242b6d29937d4ff67d88600fde3cec Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Sat, 11 Sep 2004 03:51:13 +0000 Subject: [PATCH] - Add declaration of FsRtlDissectName. svn path=/trunk/; revision=10818 --- reactos/w32api/include/ddk/ntifs.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/reactos/w32api/include/ddk/ntifs.h b/reactos/w32api/include/ddk/ntifs.h index a7697095f09..8216aec1b15 100644 --- a/reactos/w32api/include/ddk/ntifs.h +++ b/reactos/w32api/include/ddk/ntifs.h @@ -2341,6 +2341,15 @@ FsRtlDeregisterUncProvider ( IN HANDLE Handle ); +NTKERNELAPI +VOID +NTAPI +FsRtlDissectName ( + IN UNICODE_STRING Name, + OUT PUNICODE_STRING FirstPart, + OUT PUNICODE_STRING RemainingPart +); + NTKERNELAPI BOOLEAN NTAPI -- 2.17.1