2OO1, 11 February
NtQueryFullAttributesFile
NtQueryFullAttributesFile
NTSYSAPI 
NTSTATUS
NTAPI
NtQueryFullAttributesFile(
  IN POBJECT_ATTRIBUTES   ObjectAttributes,
  OUT PVOID               Attributes );
Function NtQueryFullAttributesFile is used to get
information about file stored on low-speed connection device. See
also description of 
NtQueryAttributesFile function.
- ObjectAttributes     Path and name of File
Object to query.
Requirements:
- Library: ntdll.lib
 
 
 
See also:
- 
FILE_NETWORK_OPEN_INFORMATION
 
- 
NtQueryAttributesFile