|  | /** | 
|  | * This file has no copyright assigned and is placed in the Public Domain. | 
|  | * This file is part of the mingw-w64 runtime package. | 
|  | * No warranty is given; refer to the file DISCLAIMER.PD within this package. | 
|  | */ | 
|  | #ifndef _LMREPL_ | 
|  | #define _LMREPL_ | 
|  |  | 
|  | #ifdef __cplusplus | 
|  | extern "C" { | 
|  | #endif | 
|  |  | 
|  | #define REPL_ROLE_EXPORT 1 | 
|  | #define REPL_ROLE_IMPORT 2 | 
|  | #define REPL_ROLE_BOTH 3 | 
|  |  | 
|  | #define REPL_INTERVAL_INFOLEVEL (PARMNUM_BASE_INFOLEVEL + 0) | 
|  | #define REPL_PULSE_INFOLEVEL (PARMNUM_BASE_INFOLEVEL + 1) | 
|  | #define REPL_GUARDTIME_INFOLEVEL (PARMNUM_BASE_INFOLEVEL + 2) | 
|  | #define REPL_RANDOM_INFOLEVEL (PARMNUM_BASE_INFOLEVEL + 3) | 
|  |  | 
|  | typedef struct _REPL_INFO_0 { | 
|  | DWORD rp0_role; | 
|  | LPWSTR rp0_exportpath; | 
|  | LPWSTR rp0_exportlist; | 
|  | LPWSTR rp0_importpath; | 
|  | LPWSTR rp0_importlist; | 
|  | LPWSTR rp0_logonusername; | 
|  | DWORD rp0_interval; | 
|  | DWORD rp0_pulse; | 
|  | DWORD rp0_guardtime; | 
|  | DWORD rp0_random; | 
|  | } REPL_INFO_0,*PREPL_INFO_0,*LPREPL_INFO_0; | 
|  |  | 
|  | typedef struct _REPL_INFO_1000 { | 
|  | DWORD rp1000_interval; | 
|  | } REPL_INFO_1000,*PREPL_INFO_1000,*LPREPL_INFO_1000; | 
|  |  | 
|  | typedef struct _REPL_INFO_1001 { | 
|  | DWORD rp1001_pulse; | 
|  | } REPL_INFO_1001,*PREPL_INFO_1001,*LPREPL_INFO_1001; | 
|  |  | 
|  | typedef struct _REPL_INFO_1002 { | 
|  | DWORD rp1002_guardtime; | 
|  | } REPL_INFO_1002,*PREPL_INFO_1002,*LPREPL_INFO_1002; | 
|  |  | 
|  | typedef struct _REPL_INFO_1003 { | 
|  | DWORD rp1003_random; | 
|  | } REPL_INFO_1003,*PREPL_INFO_1003,*LPREPL_INFO_1003; | 
|  |  | 
|  | NET_API_STATUS WINAPI NetReplGetInfo(LPCWSTR servername,DWORD level,LPBYTE *bufptr); | 
|  | NET_API_STATUS WINAPI NetReplSetInfo(LPCWSTR servername,DWORD level,const LPBYTE buf,LPDWORD parm_err); | 
|  |  | 
|  | #define REPL_INTEGRITY_FILE 1 | 
|  | #define REPL_INTEGRITY_TREE 2 | 
|  |  | 
|  | #define REPL_EXTENT_FILE 1 | 
|  | #define REPL_EXTENT_TREE 2 | 
|  |  | 
|  | #define REPL_EXPORT_INTEGRITY_INFOLEVEL (PARMNUM_BASE_INFOLEVEL + 0) | 
|  | #define REPL_EXPORT_EXTENT_INFOLEVEL (PARMNUM_BASE_INFOLEVEL + 1) | 
|  |  | 
|  | typedef struct _REPL_EDIR_INFO_0 { | 
|  | LPWSTR rped0_dirname; | 
|  | } REPL_EDIR_INFO_0,*PREPL_EDIR_INFO_0,*LPREPL_EDIR_INFO_0; | 
|  |  | 
|  | typedef struct _REPL_EDIR_INFO_1 { | 
|  | LPWSTR rped1_dirname; | 
|  | DWORD rped1_integrity; | 
|  | DWORD rped1_extent; | 
|  | } REPL_EDIR_INFO_1,*PREPL_EDIR_INFO_1,*LPREPL_EDIR_INFO_1; | 
|  |  | 
|  | typedef struct _REPL_EDIR_INFO_2 { | 
|  | LPWSTR rped2_dirname; | 
|  | DWORD rped2_integrity; | 
|  | DWORD rped2_extent; | 
|  | DWORD rped2_lockcount; | 
|  | DWORD rped2_locktime; | 
|  | } REPL_EDIR_INFO_2,*PREPL_EDIR_INFO_2,*LPREPL_EDIR_INFO_2; | 
|  |  | 
|  | typedef struct _REPL_EDIR_INFO_1000 { | 
|  | DWORD rped1000_integrity; | 
|  | } REPL_EDIR_INFO_1000,*PREPL_EDIR_INFO_1000,*LPREPL_EDIR_INFO_1000; | 
|  |  | 
|  | typedef struct _REPL_EDIR_INFO_1001 { | 
|  | DWORD rped1001_extent; | 
|  | } REPL_EDIR_INFO_1001,*PREPL_EDIR_INFO_1001,*LPREPL_EDIR_INFO_1001; | 
|  |  | 
|  | NET_API_STATUS WINAPI NetReplExportDirAdd(LPCWSTR servername,DWORD level,const LPBYTE buf,LPDWORD parm_err); | 
|  | NET_API_STATUS WINAPI NetReplExportDirDel(LPCWSTR servername,LPCWSTR dirname); | 
|  | NET_API_STATUS WINAPI NetReplExportDirEnum(LPCWSTR servername,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,LPDWORD resumehandle); | 
|  | NET_API_STATUS WINAPI NetReplExportDirGetInfo(LPCWSTR servername,LPCWSTR dirname,DWORD level,LPBYTE *bufptr); | 
|  | NET_API_STATUS WINAPI NetReplExportDirSetInfo(LPCWSTR servername,LPCWSTR dirname,DWORD level,const LPBYTE buf,LPDWORD parm_err); | 
|  | NET_API_STATUS WINAPI NetReplExportDirLock(LPCWSTR servername,LPCWSTR dirname); | 
|  | NET_API_STATUS WINAPI NetReplExportDirUnlock(LPCWSTR servername,LPCWSTR dirname,DWORD unlockforce); | 
|  |  | 
|  | #define REPL_UNLOCK_NOFORCE 0 | 
|  | #define REPL_UNLOCK_FORCE 1 | 
|  |  | 
|  | typedef struct _REPL_IDIR_INFO_0 { | 
|  | LPWSTR rpid0_dirname; | 
|  | } REPL_IDIR_INFO_0,*PREPL_IDIR_INFO_0,*LPREPL_IDIR_INFO_0; | 
|  |  | 
|  | typedef struct _REPL_IDIR_INFO_1 { | 
|  | LPWSTR rpid1_dirname; | 
|  | DWORD rpid1_state; | 
|  | LPWSTR rpid1_mastername; | 
|  | DWORD rpid1_last_update_time; | 
|  | DWORD rpid1_lockcount; | 
|  | DWORD rpid1_locktime; | 
|  | } REPL_IDIR_INFO_1,*PREPL_IDIR_INFO_1,*LPREPL_IDIR_INFO_1; | 
|  |  | 
|  | NET_API_STATUS WINAPI NetReplImportDirAdd(LPCWSTR servername,DWORD level,const LPBYTE buf,LPDWORD parm_err); | 
|  | NET_API_STATUS WINAPI NetReplImportDirDel(LPCWSTR servername,LPCWSTR dirname); | 
|  | NET_API_STATUS WINAPI NetReplImportDirEnum(LPCWSTR servername,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,LPDWORD resumehandle); | 
|  | NET_API_STATUS WINAPI NetReplImportDirGetInfo(LPCWSTR servername,LPCWSTR dirname,DWORD level,LPBYTE *bufptr); | 
|  | NET_API_STATUS WINAPI NetReplImportDirLock(LPCWSTR servername,LPCWSTR dirname); | 
|  | NET_API_STATUS WINAPI NetReplImportDirUnlock(LPCWSTR servername,LPCWSTR dirname,DWORD unlockforce); | 
|  |  | 
|  | #define REPL_STATE_OK 0 | 
|  | #define REPL_STATE_NO_MASTER 1 | 
|  | #define REPL_STATE_NO_SYNC 2 | 
|  | #define REPL_STATE_NEVER_REPLICATED 3 | 
|  |  | 
|  | #ifdef __cplusplus | 
|  | } | 
|  | #endif | 
|  | #endif |