<div class="content" name="SHARE_INFO_1501_I" uuid="4bbc92b7-6755-40d2-9e45-ecb2a9701df4"><p>The SHARE_INFO_1501_I structure contains a security
descriptor in self-relative format and a DWORD that contains its length.<a id="Appendix_A_Target_17"></a><a aria-label="Product behavior note 17" href="ebb74ff2-abb1-4e1b-a76a-563a5cbbea9a#Appendix_A_17" data-linktype="relative-path">&lt;17&gt;</a> For a description of the fields
in this structure, see the description for the <a href="8605fd54-6ede-4316-b30d-ecfafa133c1d" data-linktype="relative-path">SHARE_INFO_502_I (section 2.2.4.26)</a>
structure (shi1501_xxx denotes the same information as shi502_xxx).</p><dl>
<dd>
<div><pre> typedef struct _SHARE_INFO_1501_I {
   DWORD shi1501_reserved;
   [size_is(shi1501_reserved)] unsigned char* shi1501_security_descriptor;
 } SHARE_INFO_1501_I,
  *PSHARE_INFO_1501_I,
  *LPSHARE_INFO_1501_I;
</pre></div>
</dd></dl></div>