Desktop Functions: Smart Device Functions:
|
Search Results for "NetDfsRemove" in [All]netapi321: NetDfsRemove
/// The NetDfsRemove function removes a target from a Distributed File System (Dfs) link. If the specified target is the last associated with the Dfs link, then the NetDfsRemove function also removes the link.
static extern int NetDfsRemove(
''' The NetDfsRemove function removes a target from a Distributed File System (Dfs) link. If the specified target is the last associated with the Dfs link, then the NetDfsRemove function also removes the link.
Declare Function NetDfsRemove Lib "NETAPI32.DLL" (<Runtime.InteropServices.MarshalAs(Runtime.InteropServices.UnmanagedType.LPWStr)> _ NetDfsRemove(DFSPath, ServerName, ShareName) |