Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

DS_REPL_INFO_TYPE (Enums)
 
.
Summary
The DS_REPL_INFO_TYPE enumeration is used with the DsReplicaGetInfo and DsReplicaGetInfo2 functions to specify the type of replication data to retrieve.

C# Definition:

public enum DS_REPL_INFO_TYPE
{
     DS_REPL_INFO_NEIGHBORS = 0,
     DS_REPL_INFO_CURSORS_FOR_NC = 1,
     DS_REPL_INFO_METADATA_FOR_OBJ = 2,
     DS_REPL_INFO_KCC_DSA_CONNECT_FAILURES = 3,
     DS_REPL_INFO_KCC_DSA_LINK_FAILURES = 4,
     DS_REPL_INFO_PENDING_OPS = 5,
     DS_REPL_INFO_METADATA_FOR_ATTR_VALUE = 6,
     DS_REPL_INFO_CURSORS_2_FOR_NC = 7,
     DS_REPL_INFO_CURSORS_3_FOR_NC = 8,
     DS_REPL_INFO_METADATA_2_FOR_OBJ = 9,
     DS_REPL_INFO_METADATA_2_FOR_ATTR_VALUE = 10
};

VB Definition:

Enum DS_REPL_INFO_TYPE
   TODO
End Enum

Notes:

None.

Documentation
 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions