ConnectUNCWithCredentials.UNCAccessWithCredentials.NetUseDel C# (CSharp) Метод

NetUseDel() приватный Метод

private NetUseDel ( System.String UncServerName, System.String UseName, UInt32 ForceCond ) : UInt32
UncServerName System.String
UseName System.String
ForceCond System.UInt32
Результат System.UInt32
        internal static extern NET_API_STATUS NetUseDel(
            LPWSTR UncServerName,
            LPWSTR UseName,
            DWORD ForceCond);