QUERY_PATH_REQUEST - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

typedef struct _QUERY_PATH_REQUEST {
  ULONG                PathNameLength;
  PIO_SECURITY_CONTEXT SecurityContext;
  WCHAR                FilePathName[1];
} QUERY_PATH_REQUEST, *PQUERY_PATH_REQUEST;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-query_path_request)

Description

The QUERY_PATH_REQUEST structure contains the prefix resolution request for IOCTL_REDIR_QUERY_PATH.

Members

PathNameLength

The length, in bytes, of the Unicode string contained in FilePathName.

SecurityContext

A pointer to the security context.

FilePathName

A non-NULL terminated Unicode string of PathNameLength bytes with the form \\\\<*server*>\\<*share*>\\<*path*>.

See also

IOCTL_REDIR_QUERY_PATH

QUERY_PATH_REQUEST_EX

QUERY_PATH_RESPONSE