NetDfsAdd
[DllImport("netapi32.dll", CharSet = CharSet.Unicode, SetLastError = true)]
public static extern uint NetDfsAdd(
string DfsEntryPath,
string ServerName,
string ShareName,
uint Flags
);
Microsoft documentation: Link
Last updated
[DllImport("netapi32.dll", CharSet = CharSet.Unicode, SetLastError = true)]
public static extern uint NetDfsAdd(
string DfsEntryPath,
string ServerName,
string ShareName,
uint Flags
);
Microsoft documentation: Link
Last updated