NetworkDelConnection disconnects a local device name from a remote network resource.

#include <nwiapi.h>

PSZ      ComputerName;
PVOID    Reserved;
PSZ      ConnectName;
ULONG    flType;
ULONG    ulreturns;

ulreturns = NetworkDelConnection(ComputerName,
              Reserved, ConnectName, flType);


[Back: NetworkDelConnection]
[Next: NetworkDelConnection Parameter - ComputerName]