NetReplImportDirGetInfo

The NetReplImportDirGetInfo function retrieves the status information on a client replicated directory.

Security Requirements

No special group membership is required to successfully execute NetReplImportDirGetInfo.

NET_API_STATUS NetReplImportDirGetInfo(
  LPWSTR servername,  
  LPWSTR dirname,     
  DWORD level,        
  LPBYTE *bufptr      
);
 

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 directory name about which to return control information.
level
Specifies one of the following values to return the level of information provided.
Value Meaning
0 The bufptr parameter points to an array of REPL_IDIR_INFO_0 structures.
1 The bufptr parameter points to an array of REPL_IDIR_INFO_1 structures.

bufptr
Pointer to the buffer in which the data set with the level parameter is stored.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in lmrepl.h.
  Import Library: Use netapi32.lib.

See Also

Networking (Net) Overview, Net Functions, NetReplImportDirEnum, REPL_IDIR_INFO_0, REPL_IDIR_INFO_1