<div class="content" name="CPREP_DISKID_ENUM" uuid="64c01c4c-0ee1-45ae-81be-686716549c15"><p>The <b>CPREP_DISKID_ENUM</b> enumeration defines possible
kinds of <span><a href="b30bcd1c-8ff6-46d2-a27e-61bd85ace9f4#gt_c4133b2a-a990-4042-ba44-7fda3090f118" data-linktype="relative-path">disk</a></span> identifiers.</p><dl>
<dd>
<div><pre> typedef  enum _CPREP_DISKID_ENUM
 {
   CprepIdSignature = 0x00000000,
   CprepIdGuid = 0x00000001,
   CprepIdNumber = 0x00000fa0,
   CprepIdUnknown = 0x00001388
 } CPREP_DISKID_ENUM,
  *PCPREP_DISKID_ENUM;
</pre></div>
</dd></dl><p><b>CprepIdSignature:</b>  A <span><a href="b30bcd1c-8ff6-46d2-a27e-61bd85ace9f4#gt_c8818c63-7458-4054-a17d-bea04fa50618" data-linktype="relative-path">small computer system interface
(SCSI)</a></span> signature that is 4 bytes in length. Used to identify <span><a href="b30bcd1c-8ff6-46d2-a27e-61bd85ace9f4#gt_b251c771-5ccf-40f2-b98d-0119db210b4b" data-linktype="relative-path">master
boot record (MBR)</a></span> disks.</p><p><b>CprepIdGuid:  </b>A signature of a <span><a href="b30bcd1c-8ff6-46d2-a27e-61bd85ace9f4#gt_2fc866b7-7f83-479a-ad4e-fdffcbcff989" data-linktype="relative-path">GUID
partitioning table (GPT)</a></span> disk, which is a <span><a href="b30bcd1c-8ff6-46d2-a27e-61bd85ace9f4#gt_f49694cc-c350-462d-ab8e-816f0103c6c1" data-linktype="relative-path">GUID</a></span>. A GUID, also
known as a <span><a href="b30bcd1c-8ff6-46d2-a27e-61bd85ace9f4#gt_c4813fc3-b2e5-4aa3-bde7-421d950d68d3" data-linktype="relative-path">UUID</a></span>, is a 16-byte
structure, intended to serve as a unique identifier for an object.</p><p><b>CprepIdNumber:  </b>The number by which the disk
is identified.</p><p><b>CprepIdUnknown:  </b>Used for disks that are not
identified via one of the previously described ways.</p></div>