MM_MirrorInfoDef

Provides information about the partition mirror object. It is returned by MM_ReturnMirrorInfo.

Syntax

  struct MM_MirrorInfoStruct 
  { 
     WORD   status; 
     WORD   mirrorcount;  
     LONG   mirroridentifier; 
     LONG   mirrormembers[16];  
     LONG   remirrorpercentage; 
     LONG   reserved[7]; 
  };
  

Fields

status
An OR of bits indicated above.
mirrorcount
Number of partitions in the mirror group.
mirroridentifier
Partition number of the original partition in the mirror group.
mirrormembers
Array of the partitions which make up this mirror group.
remirrorpercentage
Percentage of partition which is mirrored range 0 - 99.
reserved
Reserved.

Remarks

None of the partition APIs are available until PARTAPI.NLM is loaded.