NetworkDetachNetwork detaches the user from access to a network.
#include <nwiapi.h> PSZ NetworkName; PSZ Authenticator; ULONG ulreturns; ulreturns = NetworkDetachNetwork(NetworkName, Authenticator);