Platform SDK: Network Management |
The NetDfsRemoveStdRoot function removes the server and share at the root of a stand-alone Distributed File System (Dfs) implementation.
Note This function is currently being evaluated and may or may not be supported in future versions.
Administrator privileges are required to successfully execute the NetDfsRemoveStdRoot function.
NET_API_STATUS NetDfsRemoveStdRoot( LPWSTR ServerName, LPWSTR RootShare, DWORD Flags );
If the function succeeds, the return value is NERR_Success.
If the function fails, the return value is a Win32 API error code. For a list of error codes, see Error Codes.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Lmdfs.h; include Lm.h.
Library: Use Netapi32.lib.
Network Management Overview, Network Management Functions, Distributed File System (Dfs) Functions, NetDfsAddStdRoot, NetDfsRemoveFtRoot, NetDfsRemove