<div class="content"><p> </p><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_16"></a><a aria-label="Product behavior note 16" href="ebb74ff2-abb1-4e1b-a76a-563a5cbbea9a#Appendix_A_16" data-linktype="relative-path">&lt;16&gt;</a> For a description of the fields
in this structure, see the description for the <span><a href="8605fd54-6ede-4316-b30d-ecfafa133c1d" data-linktype="relative-path">SHARE_INFO_502_I (section 2.2.4.26)</a></span>
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>