Hi,
I have 2 questions on NP DLLs and redirectors:
- When executing “net use” command to list the active connections, my FSD’s
connection is listed with the status of “Unavailable” .
The correct status is “Connected”.
The only functions called in the NP DLL while listing the connections are
NPxxxEnum functions.
What is the correct way of filling NETRESOURCE to achieve the correct “net
use” output? - Executing “start \server\name” results in IRP_MN_CREATE for
“\MyDevice\server\PIPE” sent to my FSD. Surely it fails it because there are
no pipes supported by it. This leads to “start \server\name” trying to
interpret the UNC path as the SMB path and to the failure.
What is the correct way of dealing with it?
Must I do something to prevent …\PIPE opens sent to my FSD?
Or must I fail them with some special status code?
regards,
Max