|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| netapi32.lib
| Header File
| lmrepl.h
| Unicode
| WinNT
| Platform Notes
| All LanMan APIs are UNICODE only
|
|
|
NetReplImportDirDel
The NetReplImportDirDel function removes the registration of a directory so that it no longer
receives updates from the master. Note that this function does not actually delete
the directory from the file system. The Replicator service can automatically
register the directory service at any time. To prevent the importing of a directory
that is being exported by some Replicator service, use the NetReplImportDirLock function instead.
Security Requirements
Only members of the Administrators local group or Replicator groups can
successfully execute NetReplImportDirDel.
NET_API_STATUS NetReplImportDirDel(
LPTSTR servername,
|
| LPTSTR dirname
|
| );
|
|
Parameters
servername
Pointer to a null-terminated 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.
dirname
Pointer to a null-terminated Unicode string containing the name of a
replicated directory to remove the registration.
See Also
NetReplImportDirAdd
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|