QUERY_PATH_RESPONSE - NtDoc

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

typedef struct _QUERY_PATH_RESPONSE {
  ULONG LengthAccepted;
} QUERY_PATH_RESPONSE, *PQUERY_PATH_RESPONSE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The QUERY_PATH_RESPONSE structure contains the response for an IOCTL_REDIR_QUERY_PATH_EX (or IOCTL_REDIR_QUERY_PATH) prefix resolution query.

Members

LengthAccepted

The length, in bytes, of the prefix claimed by the provider from the Unicode string path that is specified in the PathName member of the QUERY_PATH_REQUEST_EX (or IOCTL_REDIR_QUERY_PATH) structure.

See also

IOCTL_REDIR_QUERY_PATH

IOCTL_REDIR_QUERY_PATH_EX

QUERY_PATH_REQUEST_EX