Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "NetDfsSetInfo" in [All]

netapi32

.
Summary
The NetDfsSetInfo function sets or modifies the information associated with a Distributed File System (Dfs) link in the named Dfs root, or with the Dfs root itself. The function can set information relevant to a specific root, root target, link, or link target.
.

    /// The NetDfsSetInfo function sets or modifies the information associated with a Distributed File System (Dfs) link in the named Dfs root, or with the Dfs root itself. The function can set information relevant to a specific root, root target, link, or link target.

.

    public static extern int NetDfsSetInfo(

.

Declare Function NetDfsSetInfo Lib "netapi32.dll" (TODO) As TODO

.

            int result = NetDfsSetInfo(dfsPath, null, null, 100, commentBuffer);

.
Documentation
[NetDfsSetInfo] on MSDN

 
Access PInvoke.net directly from VS: