NetServerTransportDel
The NetServerTransportDel
function unbinds (or disconnects) the transport protocol from the server.
Effectively, the server can no longer communicate with clients using the
transport protocol. The server will no longer process client request from the
active transport protocol, such as TCP, NetBEUI, and XNS.
Security Requirements
Only members
of the Administrators local group can successfully execute NetServerTransportDel.
NET_API_STATUS NetServerTransportDel(
LPWSTR servername, |
|
LPWSTR transportname |
|
); |
|
Parameters
servername
Pointer to a
Unicode string containing the name of the remote server on which the function
is to execute. A NULL pointer or string specifies the local computer.
transportname
Pointer to a
Unicode string containing the name of the transport protocol from which to
unbind.
See Also