NET USE command And Network Provider interface.

Posted by Benjamin on Stack Overflow See other posts from Stack Overflow or by Benjamin
Published on 2010-04-07T05:35:26Z Indexed on 2010/04/07 5:43 UTC
Read the original article Hit count: 211

When we command "net use" on command prompt, the result has four columns.

Status Local  Remote                   Network
OK     Z:     \\10.x.x.x\Public        Microsoft Windows Network
       X:     \\10.y.y.y\Public        My Network Redirector

The Microsoft Windows Network(SMB)'s Status has OK value, but we don't. It's just empty.
We implemented NPEnumResource function in our Network Provider dll.

But I don't know how can I set the value(OK).
How can I do that?

Thanks

© Stack Overflow or respective owner

Related posts about Windows

Related posts about windowsnetwork