ConnectUNCWithCredentials.UNCAccessWithCredentials.NetUseDel C# (CSharp) Method

NetUseDel() private method

private NetUseDel ( System.String UncServerName, System.String UseName, UInt32 ForceCond ) : UInt32
UncServerName System.String
UseName System.String
ForceCond System.UInt32
return System.UInt32
        internal static extern NET_API_STATUS NetUseDel(
            LPWSTR UncServerName,
            LPWSTR UseName,
            DWORD ForceCond);