QUERY_PATH_RESPONSE structure (ntifs.h)
The QUERY_PATH_RESPONSE structure contains the response for an IOCTL_REDIR_QUERY_PATH_EX (or IOCTL_REDIR_QUERY_PATH) prefix resolution query.
Syntax
typedef struct _QUERY_PATH_RESPONSE {
ULONG LengthAccepted;
} QUERY_PATH_RESPONSE, *PQUERY_PATH_RESPONSE;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Header | ntifs.h |