<div class="content" name="VDS_MOUNT_POINT_NOTIFICATION" uuid="f794c202-0975-48bd-b5e4-55a6c76579e1"><p>The VDS_MOUNT_POINT_NOTIFICATION structure provides
information about a <a href="8eef5d42-22d7-4302-aed9-12face91505a#gt_513fcb37-059f-475c-a13d-e89b302f8ae8" data-linktype="relative-path">mount
point</a> change notification.</p><dl>
<dd>
<div><pre> typedef struct _VDS_MOUNT_POINT_NOTIFICATION {
   unsigned long ulEvent;
   VDS_OBJECT_ID volumeId;
 } VDS_MOUNT_POINT_NOTIFICATION;
</pre></div>
</dd></dl><p><b>ulEvent:</b>  Determines the mount point
event for which an application will be notified; it MUST be the following
value.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>VDS_NF_MOUNT_POINTS_CHANGE 0x000000CD</td>
  <td>The mount point changed.</td>
 </tr></tbody></table>
</dd></dl><p><b>volumeId:</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 <a href="8eef5d42-22d7-4302-aed9-12face91505a#gt_9a876829-33a1-4f0b-8b81-8552b7e5561c" data-linktype="relative-path">volume</a> object containing
the mount point that triggered the event.</p></div>