// ntifs.h
typedef struct _QUERY_PATH_RESPONSE {
ULONG LengthAccepted;
} QUERY_PATH_RESPONSE, *PQUERY_PATH_RESPONSE;
View the official Windows Driver Kit DDI referenceNo description available.
The QUERY_PATH_RESPONSE structure contains the response for an IOCTL_REDIR_QUERY_PATH_EX (or IOCTL_REDIR_QUERY_PATH) prefix resolution query.
LengthAcceptedThe 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.