MirrorSpecificInfoDef

Syntax

  struct MirrorSpecificInfoDef 
  { 
      LONG   status; 
      LONG   mirrorcount; 
      LONG   remirrorpercentage; 
      LONG   mirroridentifier; 
      OBID   mirrormembers[MM_MAX_MIRROR_MEMBERS]; 
      BYTE   memberpercentremirrored []; 
  };
  

Fields

status
The status of the mirrored data.
mirrorcount
The number of objects (Hot Fix objects) in the mirror set.
remirrorpercentage
Indicates the percent the mirrored data is resynchronized.
mirroridentifier
An identifier that is unique to this mirrored object. It is used to reconstruct the mirror set.
mirrormembers
An array of OBIDs identifying the mirror set members.
memberpercentremirrored
An array containing the percent of each mirror set member that is resynchronized. The memberpercentremirrored[0]parameter corresponds to mirrormember[0], and so on, up to the total number of members in the set ( mirrorcount).

See Also