QUERY_PATH_REQUEST structure (ntifs.h)

The QUERY_PATH_REQUEST structure contains the prefix resolution request for IOCTL_REDIR_QUERY_PATH.

Syntax

typedef struct _QUERY_PATH_REQUEST {
  ULONG                PathNameLength;
  PIO_SECURITY_CONTEXT SecurityContext;
  WCHAR                FilePathName[1];
} QUERY_PATH_REQUEST, *PQUERY_PATH_REQUEST;

Members

PathNameLength

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

SecurityContext

A pointer to the security context.

FilePathName[1]

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

Requirements

Requirement Value
Header ntifs.h

See also

IOCTL_REDIR_QUERY_PATH