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 FilePathName.

SecurityContext

A pointer to the security context.

FilePathName[1]

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

Requirements

Requirement Value
Header ntifs.h

See also

IOCTL_REDIR_QUERY_PATH

QUERY_PATH_REQUEST_EX

QUERY_PATH_RESPONSE