<div class="content"><p> </p><p>The SHARE_INFO_1005 structure contains information about the
shared resource.</p><dl>
<dd>
<div><pre> typedef struct _SHARE_INFO_1005 {
   DWORD shi1005_flags;
 } SHARE_INFO_1005,
  *PSHARE_INFO_1005,
  *LPSHARE_INFO_1005;
</pre></div>
</dd></dl><p><b>shi1005_flags:</b>   Specifies a <b>DWORD</b>
bitmask value that MUST contain zero or more of the following values. The bit
locations that are named CSC_MASK in the following table MUST contain a
client-side caching state value as given in section <span><a href="f83924b5-0876-4f3c-89d6-abff7765013c" data-linktype="relative-path">2.2.2.5</a></span>. The <span><a href="1709f6a7-efb8-4ded-b7ae-5cee9ee36320#gt_434b0234-e970-4e8c-bdfa-e16a30d96703" data-linktype="relative-path">server</a></span>
MUST ignore SHI1005_FLAGS_DFS and SHI1005_FLAGS_DFS_ROOT as it processes the <span><a href="048b35f8-ac41-4b4a-bd4f-408e4d381234" data-linktype="relative-path">NetrShareSetInfo</a></span>
method.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>
  <p>SHI1005_FLAGS_DFS</p>
  <p>0x00000001</p>
  </td>
  <td>
  <p>The specified share is present in a <span><a href="1709f6a7-efb8-4ded-b7ae-5cee9ee36320#gt_0b8086c9-d025-45b8-bf09-6b5eca72713e" data-linktype="relative-path">DFS</a></span>
  tree structure.</p>
  </td>
 </tr><tr>
  <td>
  <p>SHI1005_FLAGS_DFS_ROOT</p>
  <p>0x00000002</p>
  </td>
  <td>
  <p>The specified share is present in a DFS tree
  structure.</p>
  </td>
 </tr><tr>
  <td>
  <p>CSC_MASK</p>
  <p>0x00000030</p>
  </td>
  <td>
  <p>Provides a mask for one of the four possible
  client-side caching (CSC) (section 2.2.2.5) states.</p>
  </td>
 </tr><tr>
  <td>
  <p>SHI1005_FLAGS_RESTRICT_EXCLUSIVE_OPENS</p>
  <p>0x00000100</p>
  </td>
  <td>
  <p>The specified share disallows exclusive file opens
  that deny reads to an open file.</p>
  </td>
 </tr><tr>
  <td>
  <p>SHI1005_FLAGS_FORCE_SHARED_DELETE</p>
  <p>0x00000200</p>
  </td>
  <td>
  <p>The specified share disallows clients from opening
  files on the share in an exclusive mode that prevents the file from being
  deleted until the client closes the file.</p>
  </td>
 </tr><tr>
  <td>
  <p>SHI1005_FLAGS_ALLOW_NAMESPACE_CACHING</p>
  <p>0x00000400</p>
  </td>
  <td>
  <p>Clients are allowed to cache the namespace of the
  specified share.</p>
  </td>
 </tr><tr>
  <td>
  <p>SHI1005_FLAGS_ACCESS_BASED_DIRECTORY_ENUM</p>
  <p>0x00000800</p>
  </td>
  <td>
  <p>The server filters directory entries based on the
  access permissions of the <span><a href="1709f6a7-efb8-4ded-b7ae-5cee9ee36320#gt_60e0e1fa-66fe-41e1-b5e3-ceab97e53506" data-linktype="relative-path">client</a></span>.<a id="Appendix_A_Target_11"></a><a aria-label="Product behavior note 11" href="ebb74ff2-abb1-4e1b-a76a-563a5cbbea9a#Appendix_A_11" data-linktype="relative-path">&lt;11&gt;</a></p>
  </td>
 </tr><tr>
  <td>
  <p>SHI1005_FLAGS_FORCE_LEVELII_OPLOCK</p>
  <p>0x00001000</p>
  </td>
  <td>
  <p>The server does not issue exclusive caching rights on
  this share.<a id="Appendix_A_Target_12"></a><a aria-label="Product behavior note 12" href="ebb74ff2-abb1-4e1b-a76a-563a5cbbea9a#Appendix_A_12" data-linktype="relative-path">&lt;12&gt;</a></p>
  </td>
 </tr><tr>
  <td>
  <p>SHI1005_FLAGS_ENABLE_HASH</p>
  <p>0x00002000</p>
  </td>
  <td>
  <p>The share supports hash generation for branch cache
  retrieval of data. It is only valid if the server supports the branch cache
  capability and the branch cache component is installed.<a id="Appendix_A_Target_13"></a><a aria-label="Product behavior note 13" href="ebb74ff2-abb1-4e1b-a76a-563a5cbbea9a#Appendix_A_13" data-linktype="relative-path">&lt;13&gt;</a></p>
  </td>
 </tr><tr>
  <td>
  <p>SHI1005_FLAGS_ENABLE_CA</p>
  <p>0x00004000</p>
  </td>
  <td>
  <p>A highly available share.<a id="Appendix_A_Target_14"></a><a aria-label="Product behavior note 14" href="ebb74ff2-abb1-4e1b-a76a-563a5cbbea9a#Appendix_A_14" data-linktype="relative-path">&lt;14&gt;</a></p>
  </td>
 </tr><tr>
  <td>
  <p>SHI1005_FLAGS_ENCRYPT_DATA</p>
  <p>0x00008000</p>
  </td>
  <td>
  <p>A share on which remote file access is encrypted.<a id="Appendix_A_Target_15"></a><a aria-label="Product behavior note 15" href="ebb74ff2-abb1-4e1b-a76a-563a5cbbea9a#Appendix_A_15" data-linktype="relative-path">&lt;15&gt;</a></p>
  </td>
 </tr><tr>
  <td>
  <p>SHI1005_FLAGS_COMPRESS_DATA</p>
  <p>0x00100000</p>
  </td>
  <td>
  <p>A share on which remote file access is requested to be
  compressed.</p>
  </td>
 </tr></tbody></table>
</dd></dl><p> </p></div>