2004-10-24 Dan Aloni <da-x@colinux.org>

* include/ddk/ntapi.h (NtQueryFullAttributesFile,
	ZwQueryFullAttributesFile): Declare.
	* include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
	Declare.
	lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
	ZwQueryVolumeInformationFile): Add stubs.
This commit is contained in:
Danny Smith
2004-10-24 09:03:30 +00:00
parent 714fa3b8a5
commit 244cbd6bda
4 changed files with 36 additions and 4 deletions

View File

@ -4410,6 +4410,15 @@ RtlDeleteRegistryValue(
IN PCWSTR Path,
IN PCWSTR ValueName);
NTOSAPI
BOOL
DDKAPI
RtlDosPathNameToNtPathName_U(
IN PCWSTR DosPathName,
OUT PUNICODE_STRING NtPathName,
OUT PCWSTR *NtFileNamePart,
OUT VOID *DirectoryInfo);
/*
* BOOLEAN
* RtlEqualLuid(