mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 17:14:32 +00:00
- Add declaration of FsRtlDissectName.
svn path=/trunk/; revision=10818
This commit is contained in:
parent
3585f39f48
commit
4ed49e10fb
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue