<div class="content" name="VDS_VOLUME_PROP" uuid="32e600c2-6afa-4ea3-aa7d-16b69729b348"><p>The VDS_VOLUME_PROP structure that provides the properties
of a <a href="8eef5d42-22d7-4302-aed9-12face91505a#gt_9a876829-33a1-4f0b-8b81-8552b7e5561c" data-linktype="relative-path">volume</a>.</p><dl>
<dd>
<div><pre> typedef struct _VDS_VOLUME_PROP {
   VDS_OBJECT_ID id;
   VDS_VOLUME_TYPE type;
   VDS_VOLUME_STATUS status;
   VDS_HEALTH health;
   VDS_TRANSITION_STATE TransitionState;
   ULONGLONG ullSize;
   unsigned long ulFlags;
   VDS_FILE_SYSTEM_TYPE RecommendedFileSystemType;
   [string] WCHAR* pwszName;
 } VDS_VOLUME_PROP,
  *PVDS_VOLUME_PROP;
</pre></div>
</dd></dl><p><b>id:</b>  The <a href="8eef5d42-22d7-4302-aed9-12face91505a#gt_27e6393b-d035-40c5-8503-d7affe7bd27b" data-linktype="relative-path">VDS object</a> ID of the volume
object.</p><p><b>type:</b>  The value from the <a href="7d8726fc-4c14-45b5-b085-9644097811ae" data-linktype="relative-path">VDS_VOLUME_TYPE</a>
enumeration that defines the type of the volume.</p><p><b>status:</b>  The value from the <a href="e48d1acb-9483-45cc-a6ca-fd4a0ecb188c" data-linktype="relative-path">VDS_VOLUME_STATUS</a>
enumeration that defines the status of the volume.</p><p><b>health:</b>  The value from the <a href="61169c4a-cb63-4e5b-9035-a4465e1320ad" data-linktype="relative-path">VDS_HEALTH</a> enumeration
that defines the health of the volume.</p><p><b>TransitionState:</b>  The value from the
<a href="60f46f25-7c04-4427-9099-d7b75410d33e" data-linktype="relative-path">VDS_TRANSITION_STATE</a>
enumeration that defines the configuration stability of the volume.</p><p><b>ullSize:</b>  The size of the volume, in
bytes.</p><p><b>ulFlags:</b>  The combination of any
values by using the bitwise OR operator of volume flags from the <a href="e9027885-21ae-4857-ada1-27d5b386412e" data-linktype="relative-path">VDS_VOLUME_FLAG</a> enumeration.</p><p><b>RecommendedFileSystemType:</b>  The
value from the <a href="81d04cc8-5492-442e-a0c4-86b7148140a3" data-linktype="relative-path">VDS_FILE_SYSTEM_TYPE</a>
enumeration that defines the recommended <a href="8eef5d42-22d7-4302-aed9-12face91505a#gt_528b06a4-e67c-43b3-a02d-8738858a691d" data-linktype="relative-path">file system</a> type for the
volume.</p><p><b>pwszName:</b>  The null-terminated
Unicode name that the operating system uses to identify the volume.</p></div>