Desktop Functions: Smart Device Functions:
|
Search Results for "NetDfsSetInfo" in [All]netapi32
/// 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); |