ConnectUNCWithCredentials.UNCAccessWithCredentials.NetUseDel C# (CSharp) Méthode

NetUseDel() private méthode

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