ESB_PARTSLCT_T

This structure queries shared partitions for a given site.

Type ESB_PARTSLCT_T         

   OperationTypes      As Integer     
   DirectionTypes      As Integer           
   MetaDirectionTypes  As Integer  
End Type
Data TypeFieldDescription
IntegerOperationTypesOne of the Operation Type Constants listed below.
IntegerDirectionTypesOne of the Direction Constants listed below.
IntegerMetaDirectionTypesOne of the MetaDirection Constants listed below.

Operation Type Constants

#define ESB_PARTITION_OP_REPLICATED   0x0001
#define ESB_PARTITION_OP_LINKED       0x0002
#define ESB_PARTITION_OP_TRANSPARENT  0x0004
#define ESB_PARTITION_OP_ALLTYPES = ESB_PARTITION_OP_REPLICATED 
                                  + ESB_PARTITION_OP_LINKED +
                                  + ESB_PARTITION_OP_TRANSPARENT)

Direction Constants

#define ESB_PARTITION_DATA_SOURCE       0x0001
#define ESB_PARTITION_DATA_TARGET       0x0002
#define ESB_PARTITION_DATA_BOTH = ESB_PARTITION_DATA_SOURCE 
                                + ESB_PARTITION_DATA_TARGET)

MetaDirection Constants

Global Const ESB_PARTITION_META_SOURCE = 0x0001     'Source metadata partitions
Global Const ESB_PARTITION_META_TARGET = 0x0002     'Target metadata partitions
Global Const ESB_PARTITION_META_BOTH = ESB_PARTITION_META_SOURCE 
                                     + ESB_PARTITION_META_TARGET