1

I'm making a network redirector and would like to support UNC.
To support UNC I should implement IOCTL_REDIR_QUERY_PATH. I have read the document but can't understand what LengthAccepted means. Suppose my unc name is \\a\b and receive the control code with the path string \a\b\c.txt. Then what should I fill the LengthAccepted variable?

tshepang
  • 12,111
  • 21
  • 91
  • 136
Benjamin
  • 10,085
  • 19
  • 80
  • 130

1 Answers1

0

I got the anwser from osronline.com
Here is the link. http://www.osronline.com/showthread.cfm?link=222210

Benjamin
  • 10,085
  • 19
  • 80
  • 130