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:
@ -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(
|
||||
|
Reference in New Issue
Block a user